{
    "name": "guanlecoja-ui",
    "plugin_name": "guanlecoja-ui",
    "description": "Implements generic application base for angular.js, ui.router and bootstrap3, with less, and coffeescript.",
    "version": "2.0.0",
    "license": "MIT",
    "readmeFilename": "Readme.md",
    "main": "dist/guanlecoja-ui.js",
    "style": "dist/styles.css",
    "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": {
        "@uirouter/angularjs": "^1.0.15",
        "angular": "^1.7.9",
        "angular-animate": "^1.7.9",
        "angular-ui-bootstrap": "^2.5.6",
        "jquery": "^3.4.0",
        "lodash": "^4.17.11"
    }
}
