NLeSC/PattyVis

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "patty",
  "version": "0.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/NLeSC/PattyVis.git"
  },
  "dependencies": {},
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "grunt": "^0.4.1",
    "grunt-angular-templates": "^0.5.7",
    "grunt-autoprefixer": "^2.2.0",
    "grunt-concurrent": "^1.0.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-compass": "^1.0.1",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-cssmin": "^0.12.1",
    "grunt-contrib-htmlmin": "^0.4.0",
    "grunt-contrib-imagemin": "2.0.1",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.8.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-filerev": "^2.1.2",
    "grunt-git": "^0.3.4",
    "grunt-google-cdn": "^0.4.0",
    "grunt-jsdoc": "^0.5.8",
    "grunt-karma": "^0.12.2",
    "grunt-newer": "^1.1.0",
    "grunt-ng-annotate": "^0.10.0",
    "grunt-protractor-runner": "^1.1.4",
    "grunt-svgmin": "^2.0.0",
    "grunt-usemin": "^3.0.0",
    "grunt-wiredep": "^2.0.0",
    "jasmine-core": "^2.1.3",
    "jshint-stylish": "^1.0.0",
    "karma": "^1.6.0",
    "karma-coverage": "^0.2.7",
    "karma-htmlfile-reporter": "^0.1.2",
    "karma-jasmine": "^0.3.4",
    "karma-junit-reporter": "^0.2.2",
    "karma-phantomjs-launcher": "^0.1.4",
    "load-grunt-tasks": "^3.0.0",
    "phantomjs-polyfill": "0.0.1",
    "protractor-html-screenshot-reporter": "0.0.19",
    "time-grunt": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0 <=8.11.1"
  },
  "scripts": {
    "test": "grunt test",
    "postinstall": "node_modules/.bin/webdriver-manager update"
  }
}