-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 861 Bytes
/
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
{
"name": "express-bootstrap-passport",
"description": "integration of express, bootstrap and passport",
"version": "0.0.1-11",
"private": true,
"analyze": false,
"readme": "Nothing here!",
"subdomain": "expbootport",
"author": {
"name": "Dan Stroot",
"email": "[email protected]"
},
"keywords": [],
"repository": {
"type": "git",
"url": "[email protected]:dstroot/express-bootstrap-passport.git"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.0.x",
"jade": "*",
"less-middleware": "*",
"uglify-js": "2.2.x",
"cradle": "0.6.x",
"connect-flash": "0.1.x",
"connect-redis": "1.4.x",
"passport": ">= 0.0.0",
"passport-local": ">= 0.0.0",
"pwd": "*"
},
"scripts": {
"start": "node app.js"
},
"devDependencies": {},
"optionalDependencies": {}
}