{
  "name": "abby-client",
  "version": "2.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --report html test/**/*.js -- -R spec",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "lint": "eslint lib test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GreetzNL/abby-client.git"
  },
  "author": "Greetz Frontend Chapter",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/GreetzNL/abby-client/issues"
  },
  "homepage": "https://github.com/GreetzNL/abby-client#readme",
  "dependencies": {
    "cookie": "0.3.1",
    "expression-evaluator": "^0.1.0",
    "murmurhash": "0.0.2",
    "request": "2.83.0",
    "request-promise-native": "1.0.5",
    "uuid": "3.2.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.1.2",
    "chai-spies": "^1.0.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^5.0.1"
  }
}
