{
  "name": "<%= appName %>",
  "description": "<%= appDescription %>",
  "version": "<%= appVersion %>",
  "main": "",
  "authors": [
    "<%= appAuthor %>"
  ],
  "license": "<%= appLicense %>",
  "keywords": [
    "angular",
    "typescript",
    "starter"
  ],
  "homepage": "",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "^1.5.5",
    "angular-ui-router": "ui-router#^0.2.18",
    "jquery": "^2.2.3",
    "font-awesome": "^4.6.3"
  },
  "overrides": {
    "angular": {
      "dependencies": {
        "jquery": "^2.2.3"
      }
    },
    "font-awesome":{
      "main":["css/font-awesome.min.css"]
    }
  }
}
