{
    "name": "buildbot-wsgi-dashboards",
    "plugin_name": "wsgi_dashboards",
    "private": true,
    "main": "buildbot_wsgi_dashboards/static/scripts.js",
    "scripts": {
        "build": "rimraf buildbot_wsgi_dashboards/static && webpack --bail --progress --profile --env prod",
        "build-dev": "rimraf buildbot_wsgi_dashboards/static && webpack --bail --progress --profile --env dev",
        "dev": "webpack --bail --progress --profile --watch --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.8.0"
    }
}
