{
  "name": "strong-remoting",
  "description": "StrongLoop Remoting Module",
  "keywords": [
    "StrongLoop",
    "LoopBack",
    "Remoting",
    "REST"
  ],
  "author": "IBM Corp.",
  "version": "3.17.0",
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "nyc mocha",
    "posttest": "npm run lint"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "async": "^3.1.0",
    "body-parser": "^1.12.4",
    "debug": "^4.1.1",
    "depd": "^2.0.0",
    "escape-string-regexp": "^2.0.0",
    "eventemitter2": "^5.0.1",
    "express": "4.x",
    "inflection": "^1.7.1",
    "jayson": "^2.0.5",
    "js2xmlparser": "^3.0.0",
    "loopback-datatype-geopoint": "^1.0.0",
    "loopback-phase": "^3.1.0",
    "mux-demux": "^3.7.9",
    "qs": "^6.2.1",
    "request": "^2.83.0",
    "sse": "0.0.8",
    "strong-error-handler": "^3.0.0",
    "strong-globalize": "^5.0.2",
    "traverse": "^0.6.6",
    "xml2js": "^0.4.8"
  },
  "devDependencies": {
    "bluebird": "^3.4.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "dirty-chai": "^2.0.1",
    "eslint": "^6.5.1",
    "eslint-config-loopback": "^13.1.0",
    "event-stream": "^4.0.1",
    "eventsource": "^1.0.5",
    "http-auth": "^3.0.1",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1",
    "requirejs": "^2.2.0",
    "socket.io": "^2.1.1",
    "supertest": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/strong-remoting"
  },
  "browser": {
    "express": false,
    "body-parser": false,
    "js2xmlparser": false,
    "strong-error-handler": false
  },
  "license": "Artistic-2.0"
}
