-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.27 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
{
"name": "AviaryPhotoEditor",
"main": "build/index.html",
"description": "Demo app for node-webkit and Aviary SDK",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/jan4dev/AviaryPhotoEditor"
},
"window": {
"position": "center",
"show": false,
"width": 1120,
"height": 700
},
"scripts": {
"build": "grunt",
"dist": "grunt dist",
"start": "grunt && nodewebkit --mac_plist resources/Info.plist --mac_icon resources/app.icns"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"jshint-stylish": "^2.2.0",
"grunt-node-webkit-builder": "^1.0.2",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-groc": "^0.7.1",
"load-grunt-tasks": "^3.5.0",
"load-grunt-config": "^0.19.2",
"grunt-autoprefixer": "^3.0.4",
"lodash-cli": "^4.13.1",
"grunt-lodash": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-mokuai": "^1.0.1"
},
"dependencies": {
"nw": "^0.15.0",
"request": "^2.51.0",
"q": "^1.1.2",
"mkdirp": "^0.5.0",
"progress-stream": "^1.0.1",
"promisepipe": "^1.0.1"
}
}