{
  "name": "ludwig-ui",
  "description": "Web GUI for Ludwig, the collaborative testing tool",
  "version": "1.5.4",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sgmap/ludwig-ui"
  },
  "dependencies": {
    "errorhandler": "^1.3.4",
    "express": "^4.12.2",
    "morgan": "^1.5.1",
    "serve-favicon": "^2.2.0"
  },
  "devDependencies": {
    "bower": "^1.3.12",
    "grunt": "^0.4.1",
    "grunt-asset-injector": "^0.1.0",
    "grunt-autoprefixer": "2.2.0",
    "grunt-bower-task": "^0.4.0",
    "grunt-concurrent": "1.0.0",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-concat": "0.5.0",
    "grunt-contrib-copy": "0.7.0",
    "grunt-contrib-cssmin": "^0.13.0",
    "grunt-contrib-htmlmin": "^0.4.0",
    "grunt-contrib-imagemin": "^0.9.4",
    "grunt-contrib-uglify": "0.7.0",
    "grunt-filerev": "2.1.2",
    "grunt-newer": "1.1.0",
    "grunt-ng-annotate": "0.9.2",
    "grunt-processhtml": "^0.3.7",
    "grunt-sass": "^1.0.0",
    "grunt-usemin": "3.0.0",
    "grunt-wiredep": "2.0.0",
    "jscs": "^2.1.1",
    "jshint": "^2.8.0",
    "load-grunt-tasks": "~3.1.0",
    "time-grunt": "1.0.0"
  },
  "files": [
    "README.md",
    "LICENSE.AGPL.txt",
    "index.js",
    "lib",
    "dist"
  ],
  "scripts": {
    "prepublish": "node -e \"require('grunt').tasks(['default'])\"",
    "test": "TARGETS='app/scripts/**/*.js'; jshint $TARGETS && jscs $TARGETS"
  }
}
