{
  "name": "abstruse",
  "version": "1.6.4",
  "description": "Abstruse CI",
  "bin": {
    "abstruse": "./dist/api/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bleenco/abstruse.git"
  },
  "keywords": [
    "abstruse",
    "ci",
    "continuous integration",
    "test integration",
    "test automation",
    "ci integration"
  ],
  "author": "Bleenco OSS Team <oss@bleenco.com>",
  "bugs": {
    "url": "https://github.com/bleenco/abstruse/issues"
  },
  "homepage": "https://github.com/bleenco/abstruse#readme",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf dist",
    "ng": "ng",
    "build": "webpack --config webpack.api.js",
    "dev": "tsc-watch -p src/tsconfig.api.json --onSuccess \"node ./dist/api/index.js\"",
    "start": "ng serve",
    "build:app": "ng build --prod --output-path dist/app",
    "test": "node ./tests/run_unit.js",
    "test:karma": "ng test",
    "test:e2e": "node ./tests/run_e2e.js",
    "lint": "tslint ./src/api/**/*.ts",
    "test:protractor": "node ./tests/run_protractor.js",
    "preprotractor:ci": "npm run webdriver",
    "protractor:ci": "protractor ./protractor.conf.js",
    "build-image": "IMAGE_NAME=bleenco/abstruse:${npm_package_version}-dev DOCKER_TAG=${npm_package_version}-dev SOURCE_COMMIT=`git rev-parse HEAD` hooks/build",
    "prebuild:prod": "npm run clean",
    "build:prod": "npm run build && npm run build:app",
    "prepublishOnly": "npm run build:prod",
    "webdriver": "npm run webdriver:update -- --standalone",
    "webdriver:update": "npm run webdriver-manager update",
    "webdriver-manager": "webdriver-manager",
    "log": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "dependencies": {
    "@angular/animations": "6.0.4",
    "@angular/common": "6.0.4",
    "@angular/compiler": "6.0.4",
    "@angular/core": "6.0.4",
    "@angular/forms": "6.0.4",
    "@angular/http": "6.0.4",
    "@angular/platform-browser": "6.0.4",
    "@angular/platform-browser-dynamic": "6.0.4",
    "@angular/router": "6.0.4",
    "bcrypt": "^2.0.1",
    "core-js": "^2.5.7",
    "dockerode": "^2.5.5",
    "knex": "^0.13.0",
    "rsa-compat-ssl": "^1.0.0",
    "rxjs": "^6.2.0",
    "sqlite3": "^4.0.0",
    "uws": "^10.148.0",
    "zone.js": "^0.8.26"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.8",
    "@angular/cli": "6.0.8",
    "@angular/compiler-cli": "6.0.4",
    "@angular/language-service": "6.0.4",
    "@auth0/angular-jwt": "^2.0.0",
    "@types/bcrypt": "^2.0.0",
    "@types/bookshelf": "^0.9.8",
    "@types/express": "^4.16.0",
    "@types/glob": "^5.0.35",
    "@types/jasmine": "~2.8.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/mocha": "^5.2.1",
    "@types/multer": "^1.3.7",
    "@types/node": "10.0.4",
    "@types/request": "^2.47.0",
    "@types/temp": "^0.8.32",
    "@types/uuid": "^3.4.3",
    "ansi_up": "3.0.0",
    "bookshelf": "^0.13.3",
    "bookshelf-json-columns": "^2.1.1",
    "bulma": "^0.7.1",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chalk": "^2.4.1",
    "clipboard": "^2.0.1",
    "codelyzer": "^4.3.0",
    "command-exists": "^1.2.7",
    "connect-sqlite3": "^0.9.11",
    "cors": "^2.8.4",
    "d3": "^5.4.0",
    "date-fns": "^1.29.0",
    "express": "^4.16.3",
    "express-session": "^1.15.6",
    "fs-extra": "^6.0.1",
    "jasmine-core": "~3.1.0",
    "jasmine-spec-reporter": "~4.2.1",
    "js-yaml": "^3.12.0",
    "jsonwebtoken": "^8.2.2",
    "karma": "~2.0.2",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.1",
    "karma-jasmine": "~1.1.2",
    "karma-jasmine-html-reporter": "^1.1.0",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "monaco-editor": "^0.13.1",
    "multer": "^1.3.0",
    "ng2-datepicker": "^3.0.0",
    "ngx-uploader": "^6.0.0",
    "node-rsa": "^1.0.0",
    "protractor": "~5.3.2",
    "request": "^2.87.0",
    "rimraf": "^2.6.2",
    "strip-ansi": "^4.0.0",
    "temp": "^0.8.3",
    "tree-kill": "^1.2.0",
    "ts-loader": "^4.4.1",
    "ts-node": "~6.1.0",
    "tsc-watch": "^1.0.22",
    "tslint": "~5.10.0",
    "typescript": "2.7.2",
    "webpack-cli": "^3.0.3",
    "ws": "^5.2.0",
    "xterm": "^3.4.1",
    "yamljs": "^0.3.0"
  }
}
