-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
{
"name": "basement",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node server",
"test": "./node_modules/.bin/mocha test"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.65"
},
"dependencies": {
"body-parser": "^1.12.0",
"cookie-parser": "^1.3.4",
"colors": "~0.6.2",
"express": "^4.11.2",
"jade": "0.27.6",
"morgan": "^1.5.1",
"socket.io": "^1.3.4"
},
"devDependencies": {
"debug": "^2.1.1",
"domready": "1.0.6",
"esprima": "latest",
"grunt": "~0.4.1",
"grunt-browserify": "^3.0.1",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.2.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^0.8.1",
"grunt-mocha": "^0.4.11",
"grunt-nodemon": "^0.3.0",
"grunt-notify": "^0.4.1",
"grunt-shell": "^0.3.1",
"grunt-svgstore": "^0.4.1",
"matchdep": "latest",
"minifyify": "^4.4.0",
"mocha": "^2.0.1",
"ractivate": "0.2.0",
"ractive": "0.6.0",
"ractive-events-tap": "0.1.2",
"rx": "^2.3.17",
"should": "^4.3.0",
"uglifyify": "^2.6.0"
}
}