{
  "name": "powerbi-angular-client",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.html",
  "scripts": {
    "build": "gulp build",
    "start": "gulp build && http-server",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "typings install",
    "gulp": "gulp",
    "typings": "typings"
  },
  "homepage": "http://azure-samples.github.io/powerbi-angular-client",
  "repository": "https://github.com/Azure-Samples/powerbi-angular-client",
  "author": "Microsoft Power BI Team",
  "license": "MIT",
  "devDependencies": {
    "angular-templatecache": "0.0.1",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^1.8.0",
    "gulp-concat": "^2.6.0",
    "gulp-debug": "^2.1.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-help": "^1.6.1",
    "gulp-html-replace": "^1.5.5",
    "gulp-load-plugins": "^1.2.4",
    "gulp-minify-html": "^1.0.6",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-typescript": "^2.13.0",
    "http-server": "^0.9.0",
    "merge2": "^1.0.2",
    "moment": "^2.14.1",
    "run-sequence": "^1.1.5",
    "ts-loader": "^0.8.2",
    "typings": "^1.3.2",
    "webpack-stream": "^3.2.0"
  },
  "dependencies": {
    "angular-powerbi": "^1.0.0",
    "angular-ui-router": "^0.3.1",
    "bootstrap": "^3.3.6"
  }
}
