-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.64 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "userapp",
"description": "Client library for the UserApp API.",
"version": "2.0.0",
"homepage": "http://github.com/userapp-io/userapp-nodejs",
"keywords": [
"user management",
"user authentication"
],
"author": {
"name": "Robin Orheden",
"email": "robin.orheden@userapp.io"
},
"main": "./lib/userapp",
"company": {
"name": "UserApp",
"product": "UserApp",
"homepage": "https://www.userapp.io/"
},
"directories": {
"lib": "./lib/userapp"
},
"bugs": {
"url": "http://github.com/userapp-io/userapp-nodejs/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/userapp-io/userapp-nodejs.git"
},
"engines": {
"node": ">=0.4.0"
},
"licenses": [
{
"type": "MIT"
}
],
"readme": "UserApp API Node.js Client\n================================\n\nUse this client library to gain full access to the UserApp API from your Node.js application.\n\n## How do I start?\n\n1. Sign up for an account at https://www.userapp.io/\n2. Create an API token: https://help.userapp.io/customer/portal/articles/1245701-how-should-i-use-the-api-tokens-\n2. Read the API documentation: https://app.userapp.io/#/docs/\n3. Try running the code examples in /examples/\n\n## Having any problems?\n\n* Check our support center (https://help.userapp.io/) to see if we've already answered your question.\n* Ask a question. Either at https://help.userapp.io/customer/portal/emails/new or email us at support@userapp.io.\n\n## Want to show some love?\n\nTweet us @userapp_io\n\n\n//Live long and prosper!",
"readmeFilename": "README.md",
"_id": "userapp@2.0.0",
"_from": "userapp@"
}