This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
61
62
63
64
{
"name": "node-multipass",
"description": "Multiauth identity server using Node.js and MongoDB.",
"version": "0.7.2",
"author": {
"name": "Jeremy Jannotta",
"email": "[email protected]",
"url": "https://github.com/jeremyjannotta"
},
"homepage": "https://github.com/aol/node-multipass",
"repository": {
"type": "git",
"url": "https://github.com/aol/node-multipass.git"
},
"bugs": {
"url": "https://github.com/aol/node-multipass/issues"
},
"dependencies": {
"connect-mongo": "0.3.3",
"debug": "^2.0.0",
"ejs": "^2.0.0",
"express": "^3.21.2",
"fbgraph": "0.2.7",
"googleapis": "0.4.5",
"microtime": "0.4.0",
"moment": "^2.2.1",
"mongodb": "1.3.19",
"mongoose": "3.6.19",
"node-uuid": "1.4.1",
"nstest": "git+ssh://[email protected]:2022/amp/amp-node-nstest.git",
"oauth": "^0.9.15",
"passport": "0.1.18",
"passport-aol-oauth": "git://github.com/jeremyjannotta/passport-aol-oauth.git",
"passport-dropbox": "0.1.2",
"passport-els": "git+ssh://repo-node-multipass-els/aol/node-passport-els.git#0ae2ea5c926c2322090ec52c99ecb4b21112d131",
"passport-facebook": "1.0.1",
"passport-github": "0.1.5",
"passport-google-oauth": "0.1.5",
"passport-linkedin": "0.1.3",
"passport-tumblr": "0.1.2",
"passport-twitter": "1.0.2",
"passport-windowslive": "1.0.0",
"passport-yahoo-oauth": "0.1.2",
"swagger-node-express": "git+https://github.com/wordnik/swagger-node-express.git#5a4123e01765b6022a3ff8ae1a23577035698d28",
"swagger-ui": "2.0.2",
"underscore": "^1.9.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node app.js"
},
"config": {
"env": "MULTIPASS_CONF"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/aol/node-multipass/blob/master/LICENSE-BSD"
}
]
}