forked from chris-langager/Angular-Express-Train-Seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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": "Angular-Express-Train-Seed",
"version": "0.0.2",
"directories": {},
"engines": {
"node": ">=0.6.6",
"npm": ">=1.1"
},
"dependencies": {
"express": "~3.2.4",
"express-train": "~1.0.2",
"connect-timeout": "0.0.1",
"connect-mongo": "~0.3.2",
"mongoose": "~3.6.11",
"async": "~0.2.8",
"express-hbs": "~0.2.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"winston": "~0.7.1",
"express-trace": "0.0.3",
"connect-assets": "~2.4.3",
"jade": "~0.32.0",
"acl": "~0.2.3",
"stylus": "~0.33.1"
},
"devDependencies": {
"mocha": "latest",
"wrench": "latest",
"which": "latest",
"supervisor": "latest"
},
"main": "./app/index.js",
"scripts": {
"install": "coffee -c -o app src",
"start": "node ./app/index.js"
},
"constants": {
"title": "structure app",
"session_length": 1209600000,
"request_timeout": 10000
}
}