{
    "name": "buildbot-console-view",
    "plugin_name": "console_view",
    "private": true,
    "main": "buildbot_console_view/static/scripts.js",
    "style": "buildbot_console_view/static/styles.js",
    "scripts": {
        "build": "rimraf buildbot_console_view/static && webpack --bail --progress --profile --env prod",
        "build-dev": "rimraf buildbot_console_view/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",
        "lodash": "^4.17.11",
        "rimraf": "^2.6.3"
    },
    "dependencies": {
        "@uirouter/angularjs": "^1.0.15",
        "angular": "^1.7.9",
        "angular-animate": "^1.7.9",
        "buildbot-data-js": "link:../data_module",
        "guanlecoja-ui": "link:../guanlecoja-ui"
    }
}
