{
  "name": "feathers-rest",
  "description": "The Feathers REST API provider",
  "version": "1.8.1",
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-rest",
  "main": "lib/",
  "types": [
    "./index.d.ts",
    "./client.d.ts"
  ],
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-rest.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-rest/issues"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "compile": "rimraf -rf lib/ && babel -d lib/ src/",
    "watch": "babel --watch -d lib/ src/",
    "lint": "eslint-if-supported semistandard --fix",
    "mocha": "mocha --opts mocha.opts",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "test": "npm run compile && npm run lint && npm run coverage"
  },
  "semistandard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "/lib"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "browser": {
    "./lib/index": "./lib/client/index"
  },
  "greenkeeper": {
    "ignore": "jsdom"
  },
  "dependencies": {
    "debug": "^3.0.0",
    "feathers-commons": "^0.8.0",
    "feathers-errors": "^2.0.1",
    "qs": "^6.4.0"
  },
  "devDependencies": {
    "@angular/common": "^4.2.5",
    "@angular/core": "^4.2.5",
    "@angular/http": "^4.2.5",
    "@angular/platform-browser": "^4.2.5",
    "@feathersjs/feathers": "^3.0.0-pre.3",
    "axios": "^0.17.0",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-plugin-add-module-exports": "^0.2.0",
    "babel-plugin-transform-object-assign": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "body-parser": "^1.14.2",
    "eslint-if-supported": "^1.0.1",
    "feathers": "^2.0.0-pre.1",
    "feathers-memory": "^1.0.0",
    "istanbul": "^1.1.0-alpha.1",
    "jsdom": "8.1.0",
    "mocha": "^4.0.0",
    "node-fetch": "^1.3.3",
    "request": "^2.67.0",
    "rimraf": "^2.5.4",
    "rxjs": "^5.4.1",
    "semistandard": "^11.0.0",
    "superagent": "^3.0.0",
    "xhr2": "^0.1.4"
  }
}
