{
  "name": "feathers-query-filters",
  "description": "Adds support for special query string params used for filtering data",
  "version": "2.1.2",
  "license": "MIT",
  "homepage": "https://github.com/feathersjs/feathers-query-filters",
  "main": "lib/index",
  "keywords": [
    "feathers",
    "feathers-plugin",
    "REST",
    "Socket.io",
    "realtime",
    "nedb",
    "service",
    "filters",
    "sort",
    "limit",
    "skip",
    "select"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/feathersjs/feathers-query-filters/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers-query-filters.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [
    "Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)",
    "David Luecke <daff@neyeon.de> (http://neyeon.com)",
    "Marshall Thompson <marshall@creativeideal.net> (https://github.com/marshallswain)"
  ],
  "bugs": {
    "url": "https://github.com/feathersjs/feathers-query-filters/issues"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "publish": "git push origin && git push origin --tags",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "compile": "rimraf lib/ && babel -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 && nsp check"
  },
  "semistandard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "/lib"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "feathers-commons": "^0.8.0"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-plugin-add-module-exports": "^0.2.0",
    "babel-preset-es2015": "^6.3.13",
    "chai": "^3.4.0",
    "eslint-if-supported": "^1.0.1",
    "feathers": "^2.0.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^3.0.0",
    "nsp": "^2.2.0",
    "rimraf": "^2.5.4",
    "semistandard": "^9.1.0"
  }
}
