-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (58 loc) · 1.32 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "yekra-boost",
"version": "0.0.0",
"description": "",
"main": "http://localhost:7700/#/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "~3.8.11",
"gulp-compass": "~2.0.4",
"browser-sync": "~2.5.3",
"tiny-lr": "~0.1.5",
"gulp-notify": "~2.2.0",
"gulp-livereload": "~3.8.0",
"gulp-shell": "~0.4.1",
"gulp-util": "^3.0.4",
"gulp-autoprefixer": "^2.1.0",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.9.4",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-shell": "^0.4.1",
"gulp-uglify": "^1.1.0",
"gulp-rename": "^1.2.2",
"node-webkit-builder": "~1.1.0"
},
"dependencies": {
"body-parser": "~1.12.2",
"cookie-parser": "~1.3.4",
"ejs": "~2.3.1",
"express": "~4.12.3"
},
"webkit": {
"plugin": false,
"java": false,
"page-cache": false
},
"window": {
"title": "Yekra Boost",
"toolbar": false,
"frame": false,
"position": "center",
"fullscreen": false,
"resizable": true,
"width": 1000,
"height": 600,
"min_width": 600,
"min_height": 400,
"transparent": false,
"show": true
},
"node-remote": "<local>"
}