-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 855 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
{
"name": "system_browser",
"version": "0.1.0",
"main": "dist/index.html",
"window": {
"toolbar": false,
"width": 800,
"height": 600
},
"scripts": {
"test": "karma start test/config/karma.conf.js"
},
"dependencies": {
"angular": "~1.4.1",
"angular-route": "^1.4.1",
"angular-scroll": "^0.7.1",
"angular-socket-io": "^0.7.0",
"marked": "^0.3.3",
"normalize.css": "^3.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.4.1",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-nw-builder": "^2.0.0",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-jasmine": "^0.3.6",
"karma-nodewebkit-launcher": "0.0.12"
}
}