{
  "name": "<%= appName %>",
  "appPath": "src",
  "version": "0.0.0",
  "dependencies": {
    "angular": "^1.5.x",
    "bootstrap": "^3.3.5",
    "angular-animate": "^1.5.x",
    "angular-cookies": "^1.5.x",
    "angular-sanitize": "^1.5.x",
    "angular-touch": "^1.5.x",
    "angular-ui-router": "~0.2.15"
  },
  "overrides": {
    "bootstrap": {
      "main": [
        "less/bootstrap.less",
        "dist/css/bootstrap.css",
        "dist/js/bootstrap.js"
      ]
    }
  },
  "devDependencies": {
    "angular-mocks": "~1.5.x"
  }
}
