{
  "name": "<%= appName %>",
  "version": "1.0.0",
  "description": "<%= appName %>",
  "authors": [],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "angular-mocks": "1.5.9",
    "sinon": "http://sinonjs.org/releases/sinon-1.17.0.js"
  },
  "dependencies": {
    "jquery": "2.2.2",
    "angular": "1.5.10",
    "angular-animate": "1.5.10",
    "angular-bootstrap": "1.2.5",
    "angular-md5": "0.1.10",
    "angular-resource": "1.5.9",
    "angular-sanitize": "1.3.20",
    "angular-ui-router": "0.2.18",
    "bootstrap": "3.2.0",
    "extras.angular.plus": "0.9.3",
    "moment": "2.9.0",
    "toastr": "2.1.3"
  },
  "resolutions": {
    "angular": "1.5.10"
  },
  "overrides": {
    "bootstrap": {
      "main": [
        "dist/css/bootstrap.css",
        "dist/js/bootstrap.js"
      ]
    }
  }
}
