{
  "author": {
    "name": "K.Adam White",
    "url": "http://www.kadamwhite.com"
  },
  "name": "wordpress-rest-api",
  "version": "0.8.0",
  "description": "A client for interacting with the WordPress REST API",
  "main": "wp.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kadamwhite/wordpress-rest-api.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kadamwhite/wordpress-rest-api/issues"
  },
  "homepage": "https://github.com/kadamwhite/wordpress-rest-api",
  "keywords": [
    "api",
    "client",
    "cms",
    "wordpress"
  ],
  "scripts": {
    "download-endpoint-json": "node ./lib/data/generate-endpoint-response-json",
    "docs": "grunt yuidoc",
    "jshint": "jshint --reporter=node_modules/jshint-stylish/index.js Gruntfile.js wp.js lib tests",
    "jscs": "jscs Gruntfile.js wp.js lib tests --reporter node_modules/jscs-stylish/jscs-stylish.js",
    "lint": "npm run jshint && npm run jscs || true",
    "mocha": "_mocha tests --recursive --reporter=nyan",
    "watch": "grunt watch",
    "test:all": "_mocha tests --recursive --reporter=nyan",
    "test:unit": "_mocha tests/unit --recursive --reporter=nyan",
    "test:integration": "_mocha tests/integration --recursive --reporter=nyan",
    "test:ci": "npm run lint && istanbul cover _mocha -- tests/unit --recursive --reporter=list",
    "pretest": "npm run lint",
    "test": "istanbul cover _mocha -- tests --recursive --reporter=nyan"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "li": "^1.0.1",
    "lodash": "^2.4.2",
    "node.extend": "^1.1.5",
    "parse-link-header": "^0.4.1",
    "qs": "^6.2.0",
    "route-parser": "0.0.4",
    "superagent": "^1.8.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-yuidoc": "^1.0.0",
    "istanbul": "^0.4.4",
    "jscs": "^3.0.5",
    "jscs-stylish": "^0.3.1",
    "jshint": "^2.9.2",
    "jshint-stylish": "^2.2.0",
    "load-grunt-tasks": "^3.5.0",
    "minimist": "^1.2.0",
    "mocha": "^2.5.3",
    "sandboxed-module": "^2.0.3",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  }
}
