-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"name": "MusicBox-FruityLoop",
"version": "0.0.4",
"private": true,
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-copy": "~0.6.0",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0",
"grunt-browserify": "^4.0.1",
"grunt-watchify": "^0.1.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jade": "^0.15.0",
"dom-delegator": "^13.1.0"
},
"scripts": {
"start": "node index.js",
"postinstall": "bower install"
},
"engines": {
"node": "0.10.24",
"npm": "1.3.21"
},
"dependencies": {
"bower": "^1.7.7",
"chalk": "^0.4.0",
"fileupload": "^0.3.0",
"forever": "^0.10.11",
"htmlparser": "^1.7.7",
"jade": "~1.0.2",
"nconf": "~0.6.7",
"request": "~2.33.0",
"socket.io": "1.2.0",
"socket.io-client": "1.2.0",
"string": "^2.1.0",
"underscore": "^1.7.0",
"view-helpers": "~0.1.4",
"locale": "0.0.20",
"node-live-reload": "0.0.3",
"immutable": "^3.7.6",
"whatwg-fetch": "^0.11.0",
"express": "^4.13.4",
"virtual-dom": "^2.1.1",
"dom-delegator": "^13.1.0",
"sh": "0.0.3"
}
}