{
  "name": "exceptionless-angular-example",
  "private": true,
  "description": "An Exceptionless sample angular app",
  "repository": "https://github.com/exceptionless/Exceptionless.JavaScript",
  "devDependencies": {
    "bower": "^1.7.7",
    "http-server": "^0.9.0"
  },
  "scripts": {
    "postinstall": "bower install",
    "prestart": "npm install",
    "start": "http-server -a localhost -p 8000 -c-1 ./app"
  }
}
