{
  "name": "buildbot-data-js",
  "version": "3.0.1",
  "description": "Buildbot AngularJS data module",
  "readme": "README.md",
  "author": "Andras Toth <andras.toth93@gmail.com>",
  "main": "dist/buildbot-data-js.js",
  "scripts": {
    "build": "rimraf dist && webpack --bail --progress --profile --env dev && webpack --bail --progress --profile --env prod",
    "build-dev": "rimraf dist && webpack --bail --progress --profile --env dev",
    "test": "karma start",
    "test-watch": "karma start --auto-watch --no-single-run"
  },
  "devDependencies": {
    "angular-mocks": "^1.7.9",
    "buildbot-build-common": "link:../build_common",
    "rimraf": "^2.6.3"
  },
  "dependencies": {
    "angular": "^1.7.9"
  },
  "license": "MIT"
}
