-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.21 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
{
"version": "1.0.0",
"name": "Bozlak",
"main": "index.html",
"node-main": "public/static/js/node.js",
"node": true,
"window": {
"title": "Bozlak",
"icon": "public/static/img/icons/baglama.png",
"toolbar": false,
"frame": false,
"resizable": true,
"position": "center",
"width": 1200,
"height": 820
},
"chromium-args": "--js-flags=--harmony",
"devDependencies": {
"btoa": "~1.1.2",
"canvas": "latest",
"glob": "~4.0.6",
"gmsmith": "^0.4.5",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~1.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
"grunt-jsdoc": "^0.5.7",
"grunt-shell": "^1.1.1",
"grunt-spritesmith": "~1.12.0",
"load-grunt-tasks": "~1.0.0",
"node-gyp": "latest",
"npm-shrinkwrap": "~5.1.0",
"request": "~2.51.0",
"time-grunt": "~1.0.0",
"wrk": "^1.0.0"
}
}