forked from floatdrop/Aux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 871 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": "aux",
"version": "0.0.4-27",
"private": false,
"main": "server/js",
"subdomain": "aux",
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"lodash": ">=1.2.1",
"websocket": ">0",
"express": "3.0.0rc1",
"nodetime": "*",
"websocket-server": ">0",
"async": ">0",
"msgpack": ">0",
"klass": ">0",
"winston": ">0"
},
"devDependencies": {
"nodetime": ">0",
"jshint": ">=0.9.1",
"vows": ">=0.7.0",
"should": ">=1.2.2",
"zombie": "==1.4.1",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-yuidoc": "*",
"grunt-contrib-concat": "*",
"grunt-vows": "*",
"grunt-lmd": "*"
},
"engines": {
"node": ">=0.8"
}
}