-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 955 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
39
40
41
42
{
"name": "yololium",
"version": "0.1.0",
"xDependencies": {
"bookshelf": "^0.7.6",
"connect": "~2.11.2",
"connect_router": "~1.8.7",
"es6-promise": "^1.0.0",
"knex": "^0.6.22",
"lodash": "^2.4.1",
"node-uuid": "~1.4.1",
"scmp": "0.0.3",
"ssl-root-cas": "^1.0.6",
"underscore.string": "^2.3.3",
"useragent": "^2.0.8",
"validator": "^3.16.1"
},
"devDependencies": {},
"engines": {
"node": ">= 0.10.26 < 2.x"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"body-parser": "^1.4.3",
"bookshelf": "^0.7.6",
"compression": "^1.0.8",
"connect": "^3.0.2",
"connect_router": "^1.8.7",
"errorhandler": "^1.1.1",
"es6-promise": "^1.0.0",
"knex": "^0.6.22",
"lodash": "^2.4.1",
"morgan": "^1.1.1",
"node-uuid": "^1.4.1",
"qs": "^0.6.6",
"serve-static": "^1.3.2",
"sqlite3": "^2.2.3",
"underscore.string": "^2.3.3"
}
}