-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 724 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 724 Bytes
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
{
"name": "auth-provider",
"version": "0.6.2",
"description": "A wrapper for oAuth support",
"browser": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/formula1/UserProvider.git"
},
"keywords": [
"oAuth",
"authorization",
"clientside",
"serverless",
"browser",
"browserify"
],
"author": {
"name": "formula1"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/formula1/UserProvider/issues"
},
"homepage": "https://github.com/formula1/UserProvider",
"maintainers": [
{
"name": "formula1",
"email": "samtobia@gmail.com"
}
]
}