-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
35
36
37
{
"name": "RandomName",
"description": "application used to roll call",
"version": "1.0.0",
"main": "www/index.html",
"window": {
"position": "center",
"resizable": true,
"toolbar": true,
"frame": true,
"width": 1280,
"height": 800
},
"scripts": {
"start": "nw",
"front-dev": "webpack-dev-server --inline -d --colors --display-error-details --display-cached --port 3000",
"front-release": "webpack -p"
},
"dependencies": {
"angular2": "2.0.0-beta.12",
"es6-shim": "^0.35.0",
"nw": "^0.13.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.6"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"less-loader": "^2.2.2",
"less": "^2.3.1",
"raw-loader": "^0.5.1",
"webpack": "^1.12.9",
"webpack-dev-server": "1.14.0"
}
}