{
  "name": "cds",
  "version": "0.2.0",
  "description": "Angular App for CDS",
  "author": {
    "name": "CERN",
    "email": "cds-support@cern.ch"
  },
  "repository": {
    "type": "git",
    "url": "UPDATE_WITH_REPOSITORY_URL"
  },
  "dependencies": {
    "angular": "=1.4.8",
    "angular-mocks": "=1.4.8",
    "angular-scenario": "=1.4.8"
  },
  "devDependencies": {
    "chai": "^4.1.1",
    "chai-jquery": "^2.0.0",
    "coveralls": "^2.13.1",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-exclude-gitignore": "^1.1.1",
    "gulp-flatten": "^0.3.1",
    "gulp-header": "^1.8.9",
    "gulp-istanbul": "^1.1.2",
    "gulp-jshint": "^2.0.4",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "^4.3.1",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "gulp-webserver": "^0.9.1",
    "istanbul": "^0.4.5",
    "jquery": "^2.1.4",
    "jsdoc": "^3.5.4",
    "jshint": "^2.9.5",
    "jshint-stylish": "^2.2.1",
    "karma": "^1.7.0",
    "karma-chai": "^0.1.0",
    "karma-chai-jquery": "^1.0.0",
    "karma-coverage": "^1.1.1",
    "karma-jquery": "^0.2.2",
    "karma-mocha": "^1.3.0",
    "karma-ng-html2js-preprocessor": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^1.3.1",
    "karma-spec-reporter": "0.0.31",
    "minami": "^1.2.3",
    "mocha": "^3.5.0",
    "phantomjs-prebuilt": "^2.1.7",
    "run-sequence": "^2.1.0",
    "sinon": "^3.2.1",
    "sinon-chai": "^2.13.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coveralls",
    "demo": "gulp demo",
    "docs": "jsdoc  -c .jsdoc --pedantic src/",
    "test": "gulp test"
  },
  "license": "GPLv2"
}
