forked from sensu/uchiwa-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "uchiwa-web",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "bower --allow-root install"
},
"dependencies": {
"bower": "^1.3.4"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.1",
"grunt-lintspaces": "^0.8.3",
"grunt-newer": "~0.7.0",
"istanbul": "~0.4.5",
"jshint-stylish": "~0.4.0",
"karma": "~3.1.3",
"karma-cli": "~1.0.1",
"karma-coverage": "^1.1.2",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "~0.2.1",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-phantomjs-launcher": "~1.0.2",
"lintspaces-cli": "^0.6.1",
"load-grunt-tasks": "^4.0.0",
"phantomjs-polyfill-object-assign": "~0.0.2",
"time-grunt": "~0.2.1"
},
"description": "Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sensu/uchiwa-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sensu/uchiwa/issues"
},
"homepage": "https://github.com/sensu/uchiwa#readme"
}