-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
47 lines (47 loc) · 1.03 KB
/
package.json
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
43
44
45
46
47
{
"name": "apple-signin",
"version": "1.0.9",
"description": "Node.JS wrapper around Sign In with Apple REST API",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"apple",
"signin",
"auth",
"login",
"node",
"authentication"
],
"author": {
"name": "Artem Efremov",
"email": "[email protected]",
"url": "https://gotechmakers.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Techofficer/node-apple-signin.git"
},
"bugs": {
"url": "https://github.com/Techofficer/node-apple-signin/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jsonwebtoken": "^8.5.1",
"node-rsa": "^1.0.5",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"main": "./source",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
}