-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.19 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
48
49
50
51
52
53
54
55
56
57
58
{
"author": {
"name": "Aben"
},
"bugs": {
"url": "https://github.com/io84team/egg-passport-apple/issues"
},
"bundleDependencies": false,
"ci": {
"version": "6, 7"
},
"dependencies": {
"debug": "^2.6.1",
"passport-apple": "^1.1.1"
},
"deprecated": false,
"description": "apple passport plugin for egg",
"devDependencies": {},
"eggPlugin": {
"name": "passportApple",
"dependencies": [
"passport"
]
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"app.js",
"config"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/io84team/egg-passport-apple#readme",
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"egg-passport",
"passport-apple"
],
"license": "MIT",
"name": "@io84team/egg-passport-apple",
"scripts": {
"autod": "autod",
"ci": "npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/io84team/egg-passport-apple.git"
},
"version": "1.0.0"
}