-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "passport-appleid",
"version": "1.0.5",
"description": "Apple authentication strategy for Passport.",
"main": "./lib",
"scripts": {
"test": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Techofficer/passport-apple.git"
},
"keywords": [
"apple",
"passport",
"signin",
"auth",
"authentication"
],
"author": {
"name": "Artem Efremov",
"email": "[email protected]",
"url": "https://gotechmakers.com"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": {
"url": "https://github.com/Techofficer/passport-apple/issues"
},
"homepage": "https://github.com/Techofficer/passport-apple#readme",
"dependencies": {
"apple-signin": "^1.0.9",
"passport-oauth2": "^1.5.0"
},
"devDependencies": {
"chai": "2.x.x",
"chai-passport-strategy": "1.x.x",
"mocha": "^6.1.4"
}
}