{
  "name": "@runnable/api-client",
  "version": "9.2.9",
  "description": "Runnable API Client",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=browser-test mocha",
    "test-browser": "NODE_ENV=browser-test NODE_PATH=./lib testling -u",
    "test-watch": "nodemon --exec npm test",
    "build": "NODE_ENV=build node --eval 'require(\"./index\")'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Runnable/api-client.git"
  },
  "keywords": [
    "runnable",
    "api",
    "rest",
    "client",
    "runnable",
    "api",
    "runnable",
    "client",
    "runnable",
    "api",
    "client"
  ],
  "author": "Bryan Kendall <bryan@runnable.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Runnable/api-client/issues"
  },
  "homepage": "https://github.com/Runnable/api-client",
  "dependencies": {
    "101": "^1.1.0",
    "@runnable/hostname": "^3.0.0",
    "bluebird": "^3.3.5",
    "boom": "~2.4.1",
    "clone": "^1.0.2",
    "debug": "~0.8.1",
    "deep-equal": "^1.0.0",
    "extend": "^1.3.0",
    "json-hash": "0.0.4",
    "keypather": "^1.8.1",
    "moment": "^2.14.1",
    "request": "^2.36.0",
    "simple-api-client": "~0.6.0",
    "url-join": "0.0.1",
    "uuid": "~1.4.1",
    "xtend": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "express": "^4.12.2",
    "grunt": "^0.4.5",
    "grunt-bg-shell": "^2.3.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha": "^0.4.11",
    "mocha": "^2.5.3",
    "nodemon": "~1.10.2",
    "sinon": "^1.14.1",
    "sinon-as-promised": "^4.0.3"
  },
  "testling": {
    "browsers": [
      "chrome"
    ],
    "harness": "mocha",
    "files": [
      "test/*.js"
    ]
  }
}
