-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "Node-Passport-Simple",
"version": "1.0.0",
"description": "Sample Passport authentication work",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jdbennet2001/Node-Passport-Simple.git"
},
"keywords": [
"Passport"
],
"author": "Jon Bennett",
"license": "-",
"bugs": {
"url": "https://github.com/jdbennet2001/Node-Passport-Simple/issues"
},
"dependencies" : {
"body-parser": "^1.12.2",
"compression": "*",
"consolidate": "0.11.0",
"cookie-parser": "^1.3.4",
"dustjs-helpers": "^1.6.1",
"dustjs-linkedin": "^2.6.1",
"errorhandler": "^1.3.5",
"express": "4.12.2",
"express-session": "^1.10.4",
"method-override": "^2.3.2",
"moment": "^2.9.0",
"nconf": "^0.7.1",
"request": "^2.51.0",
"serve-static": "^1.9.2",
"string":"*",
"string-format": "^0.5.0",
"passport": "*",
"passport-http": "*"
},
"homepage": "https://github.com/jdbennet2001/Node-Passport-Simple"
}