{
  "name": "statful-client",
  "description": "NodeJS Client for the Statful",
  "author": "Jose Fonseca <jose.fonseca@mindera.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/statful/statful-client-nodejs.git"
  },
  "version": "6.1.2",
  "engines": {
    "node": ">=4.4.0"
  },
  "main": "statful.js",
  "scripts": {
    "eslint": "eslint lib",
    "cover": "mocha spec/*.js --exit",
    "test": "npm run eslint && npm run cover"
  },
  "dependencies": {
    "blocked": "^1.2.1",
    "merge": "^1.2.1",
    "unique-concat": "^0.2.2"
  },
  "devDependencies": {
    "bunyan": "^1.8.12",
    "chai": "4.1.2",
    "eslint": "5.5.0",
    "mocha": "5.2.0",
    "sinon": "6.1.5"
  },
  "bugs": {
    "url": "https://github.com/statful/statful-client-nodejs/issues"
  },
  "homepage": "https://github.com/statful/statful-client-nodejs#readme",
  "directories": {
    "lib": "lib"
  }
}
