-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "d3builds",
"private": true,
"version": "0.0.1",
"description": "d3builds app",
"keywords": [],
"window": {
"icon": "app/images/icon.png",
"frame": false,
"toolbar": false,
"width": 400,
"height": 600,
"position": "center",
"resizable": true,
"always-on-top": true
},
"webkit": {
"plugin": false
},
"main": "index.html#main",
"dependencies": {
"angular": "^1.3.15",
"babel-core": "^5.4.2",
"babel-loader": "^5.1.0",
"bower": "^1.4.1",
"browser-sync": "^2.7.1",
"browserify": "^7.0.0",
"del": "^1.1.1",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-filter": "^2.0.2",
"gulp-inject": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.0.1",
"gulp-sass-bulk-import": "^0.3.0",
"gulp-watch": "^4.2.4",
"gulp-webpack": "^1.4.0",
"jsx-loader": "^0.13.2",
"main-bower-files": "^2.8.0",
"mocha": "^2.0.1",
"node-bourbon": "^4.2.2",
"node-libs-browser": "^0.5.0",
"watchify": "^2.1.1",
"webpack": "^1.9.6"
},
"devDependencies": {
"chai": "^1.10.0",
"node-webkit-builder": "^1.0.11"
},
"scripts": {
"postinstall": "bower install && gulp",
"start": "node_modules/.bin/nodewebkit ./dist",
"test": "mocha"
}
}