{
  "author": {
    "name": "K.Adam White",
    "url": "http://www.kadamwhite.com"
  },
  "name": "wpapi",
  "version": "1.2.2",
  "description": "An isomorphic JavaScript client for interacting with the WordPress REST API",
  "main": "wpapi.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/wp-api/node-wpapi.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wp-api/node-wpapi/issues"
  },
  "homepage": "https://github.com/wp-api/node-wpapi",
  "keywords": [
    "api",
    "client",
    "cms",
    "wordpress"
  ],
  "browserslist": "last 2 versions, ie 11, not dead",
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.js",
      "**/?(*.)+(spec|test).js",
      "**/tests/**/*.js"
    ],
    "testPathIgnorePatterns": [
      ".eslintrc.js",
      "/tests/helpers/"
    ],
    "coveragePathIgnorePatterns": [
      "/tests/helpers/"
    ]
  },
  "scripts": {
    "build": "webpack && webpack --config webpack.config.minified.js",
    "build:stats": "webpack && webpack --config webpack.config.minified.js --stats",
    "zip": "npm run build && grunt zip",
    "update-default-routes-json": "node build/scripts/update-default-routes-json",
    "predocs": "rimraf documentation/api-reference",
    "docs": "grunt docs && jsdoc -c .jsdoc.json --verbose",
    "postdocs": "rimraf documentation/api-readme.md",
    "jekyll": "node bin/jekyll",
    "release-docs": "node build/scripts/release-docs",
    "release-npm": "npm run build && npm test && npm publish",
    "eslint": "eslint Gruntfile.js wpapi.js bin build lib tests",
    "lint": "npm run eslint",
    "watch": "jest --watch",
    "test:all": "jest",
    "test:unit": "jest tests/unit",
    "test:integration": "jest tests/integration",
    "test:ci": "npm run eslint && jest tests/unit --coverage",
    "pretest": "npm run lint || true",
    "test": "jest --coverage"
  },
  "dependencies": {
    "li": "^1.3.0",
    "parse-link-header": "^1.0.1",
    "qs": "^6.6.0",
    "superagent": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "babel-loader": "^8.0.4",
    "combyne": "^2.0.0",
    "eslint": "^4.19.1",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-zip": "^0.17.1",
    "istanbul": "^0.4.4",
    "jest": "^23.6.0",
    "jsdoc": "^3.4.3",
    "kramed": "^0.5.6",
    "load-grunt-tasks": "^3.5.0",
    "lodash.reduce": "^4.6.0",
    "minami": "^1.2.3",
    "minimist": "^1.2.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.6.1",
    "webpack": "^4.28.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.1.2"
  }
}
