forked from hunterloftis/tetrinet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "base12project",
"version": "0.0.1",
"directories": {},
"engines": {
"node": ">=0.6.6",
"npm": ">=1.1"
},
"dependencies": {
"base12": "latest",
"jade": "latest",
"express": "git://github.com/visionmedia/express.git",
"connect": "git://github.com/hunterloftis/connect.git",
"stylus": "latest",
"connect-redis": "latest",
"express-resource": "latest",
"express-messages": "git://github.com/hunterloftis/express-messages.git",
"redis": "latest",
"underscore":"latest",
"radio":"latest"
},
"devDependencies": {
"vows": "latest",
"browserify":"latest"
},
"scripts": {
"lock": "scripts/module_lock.js",
"postinstall": "scripts/postinstall.js",
"test": "vows test/*.vows.js"
},
"constants": {
"title": "base12 app",
"session_length": 1209600000,
"request_timeout": 10000
},
"provision": {
"node": "0.6.12",
"mongodb": "2.0.3",
"redis": "2.4.8"
}
}