forked from sensu/uchiwa-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 811 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
{
"name": "uchiwa-web",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "bower --allow-root install"
},
"dependencies": {
"bower": "^1.3.4"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-lintspaces": "~0.6.0",
"grunt-newer": "~0.7.0",
"jshint-stylish": "~0.4.0",
"lintspaces-cli": "~0.0.4",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-sass": "~0.8.1",
"time-grunt": "~0.2.1",
"grunt-karma": "^0.8.2",
"istanbul": "~0.2.6",
"karma": "~0.12.0",
"karma-cli": "~0.0.4",
"karma-coverage": "~0.2.6",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.4"
}
}