-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 939 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
{
"name": "teamwall-desktop",
"version": "0.0.1",
"description": "Teamwall Desktop App",
"main": "app://host/src/index.html",
"scripts": {
"postinstall": "node_modules/.bin/bower install && grunt setup",
"postupdate": "node_modules/.bin/bower update && grunt setup",
"test": "grunt --verbose"
},
"window": {
"title": "Teamwall",
"toolbar-tada": false,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show_in_taskbar": false
},
"author": "Henrik Wallström",
"license": "GPL",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bower-clean": "^0.2.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-node-webkit-builder": "^0.2.3",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "^1.0.0"
}
}