{
  "name": "Lemur",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/netflix/lemur.git"
  },
  "dependencies": {
    "bower": "^1.8.2",
    "browser-sync": "^2.3.1",
    "del": "^2.2.2",
    "gulp": "^3.8.11",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-cache": "^0.4.5",
    "gulp-concat": "^2.4.1",
    "gulp-csso": "^2.0.0",
    "gulp-filter": "^4.0.0",
    "gulp-flatten": "^0.3.1",
    "gulp-foreach": "0.1.0",
    "gulp-if": "^2.0.2",
    "gulp-imagemin": "^3.1.1",
    "gulp-inject": "~4.1.0",
    "gulp-jshint": "^2.0.4",
    "gulp-less": "^3.0.3",
    "gulp-load-plugins": "^1.4.0",
    "gulp-minify-css": "^1.2.4",
    "gulp-minify-html": "~1.0.6",
    "gulp-ng-annotate": "~2.0.0",
    "gulp-ng-html2js": "~0.2.2",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-print": "^2.0.1",
    "gulp-protractor": "3.0.0",
    "gulp-replace": "~0.5.3",
    "gulp-replace-task": "~0.11.0",
    "gulp-rev": "^7.1.2",
    "gulp-rev-replace": "^0.4.3",
    "gulp-serve": "~1.4.0",
    "gulp-size": "^2.1.0",
    "gulp-uglify": "^2.0.0",
    "gulp-useref": "^3.1.2",
    "gulp-util": "^3.0.1",
    "http-proxy": "~1.16.2",
    "jshint-stylish": "^2.2.1",
    "karma": "~1.3.0",
    "karma-jasmine": "^1.1.0",
    "main-bower-files": "^2.13.1",
    "merge-stream": "^1.0.1",
    "require-dir": "~0.3.0",
    "streamqueue": "^1.1.1",
    "uglify-save-license": "^0.4.1",
    "yargs": "^7.0.2"
  },
  "scripts": {
    "postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
    "pretest": "npm install && npm run build_static",
    "build_static": "gulp build",
    "prelint": "npm install",
    "lint": "jshint lemur/static/app/",
    "test": "gulp test"
  },
  "devDependencies": {
    "jshint": "^2.8.0",
    "karma-chrome-launcher": "^2.0.0"
  }
}