forked from kalamuna/kalaboxv1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 932 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": "kalabox",
"node-main": "app.js",
"main": "index.html",
"version": "1.0.0",
"private": true,
"window": {
"title": "Kalabox",
"icon": "app.icns",
"toolbar": false,
"frame": true,
"width": 700,
"height": 520,
"position": "center",
"resizeable": "false"
},
"dependencies": {
"express": "2.5.8",
"ejs": ">= 0.0.1",
"socket.io": "0.9.14",
"nue": "0.7.x",
"winston": "0.7.x",
"ssh2": "~0.2.9",
"request": "~2.27.0",
"rimraf": "~2.2.2",
"hostile": "~0.2.0",
"underscore": "~1.5.2",
"grunt-contrib-clean": "^0.5.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"jshint-stylish": "^0.2.0",
"grunt-jasmine-node": "^0.2.1",
"grunt-node-webkit-builder": "^0.1.21"
},
"scripts": {
"test": "grunt"
}
}