-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "expressive-auth",
"description": "Integrates passport authentication into express",
"version": "0.2.0",
"homepage": "https://github.com/Aomitayo/expressive-auth",
"author": {
"name": "Adedayo Omitayo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Aomitayo/expressive-auth.git"
},
"bugs": {
"url": "https://github.com/Aomitayo/expressive-auth/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Aomitayo/expressive-auth/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"openid": "= 0.3.2",
"passport": ">= 0.1.3",
"passport-local": ">= 0.1.0",
"passport-google-oauth": ">= 0.1.2",
"passport-yahoo": ">=0.1.0",
"passport-facebook": ">=0.1.1",
"passport-twitter": ">=0.1.0",
"debug": "~0.7.0"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"keywords": []
}