sensu/uchiwa-web

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "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"
}