{
  "name": "@hawtio/node-backend",
  "version": "4.1.4",
  "description": "Backend services for hawtio v3",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "start": "gulp",
    "build": "gulp build",
    "test": "true"
  },
  "dependencies": {
    "@types/node": "^10.0.0",
    "body-parser": "^1.18.0",
    "connect-livereload": "^0.6.0",
    "event-stream": "^4.0.0",
    "express": "^4.16.0",
    "express-ws": "^4.0.0",
    "http-proxy": "^1.17.0",
    "js-logger": "^1.6.0",
    "lodash": "^4.17.4",
    "request": "^2.81.0",
    "tiny-lr": "^1.0.5",
    "underscore.string": "^3.3.4",
    "urijs": "^1.19.9"
  },
  "devDependencies": {
    "del": "^4.0.0",
    "gulp": "^4.0.0",
    "gulp-typescript": "^5.0.0",
    "typescript": "^3.0.0"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/hawtio/hawtio-node-backend.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
