forked from neilstuartcraig/ah-passport-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (59 loc) · 1.07 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
59
60
{
"author":
{
"name": "Neil Craig",
"email": "[email protected]",
"website": "https://thedotproduct.org"
},
"name": "ah-passport-plugin",
"description": "",
"version": "1.0.0",
"license": "CC-BY-SA-3.0",
"repository":
{
"type": "git",
"url": "git://github.com/neilstuartcraig/ah-passport-plugin.git"
},
"bugs": "https://github.com/neilstuartcraig/ah-passport-plugin/issues",
"keywords":
[
"passport",
"auth",
"authentication",
"oauth",
"oauth2",
"openid",
"actionhero",
"plugin"
],
"main": "./ah-passport-plugin.js",
"dependencies":
{
"passport":"latest",
"passport-github":"latest"
},
"devDependencies":
{
"mocha": "^2.x",
"should": "^5.x",
"coveralls": "^2.x",
"mocha-lcov-reporter": "^0.x",
"istanbul": "^0.x"
},
"optionalDependencies":
{
},
"peerDependencies":
{
"actionhero":"^11.x"
},
"engines":
{
"node": ">=0.10.0",
"iojs": "^1.0.0"
},
"scripts":
{
"test": "./node_modules/.bin/mocha ./test --timeout 30000"
}
}