{
  "name": "@button/button-client-node",
  "version": "3.0.0",
  "description": "node.js client for the Button Order API",
  "repository": {
    "type": "git",
    "url": "https://github.com/button/button-client-node.git"
  },
  "main": "index.js",
  "scripts": {
    "lint": "eslint --ext .js lib test",
    "coverage": "NODE_PATH=./ istanbul cover node_modules/.bin/_mocha -- 'test/**/*.js'; open coverage/lcov-report/index.html",
    "test": "NODE_PATH=./ mocha --recursive test && npm run lint"
  },
  "author": "Button",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^4.0.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.4",
    "mocha": "^5.0.0",
    "nock": "^9.6.1"
  },
  "engines": {
    "node": ">=6.0"
  }
}
