{
  "name": "json-api-client",
  "version": "7.0.2",
  "main": "./lib/json-api-client",
  "license": "Apache-2.0",
  "scripts": {
    "start": "npm run compile; onchange ./src/* -- npm run compile",
    "compile": "coffee --compile --output ./lib ./src",
    "preversion": "npm run compile"
  },
  "dependencies": {
    "normalizeurl": "~1.0.0",
    "superagent": "^8.0.8"
  },
  "devDependencies": {
    "coffeescript": "^2.7.0",
    "onchange": "^7.1.0"
  },
  "homepage": "https://github.com/zooniverse/json-api-client",
  "bugs": {
    "url": "https://github.com/zooniverse/json-api-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zooniverse/json-api-client.git"
  }
}
