{
  "name": "howhap-fetch",
  "version": "1.7.4",
  "description": "Promise based AJAX library that supports howhap errors.",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register",
    "build": "./node_modules/.bin/babel src -d dist --presets=es2015"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alarner/howhap-fetch.git"
  },
  "author": "Aaron Larner",
  "license": "MIT",
  "homepage": "https://github.com/alarner/bookshelf-api#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^4.1.0",
    "eslint": "^4.2.0",
    "eslint-plugin-react": "^7.1.0",
    "mocha": "^3.4.2"
  },
  "dependencies": {
    "howhap": "^2.0.3",
    "howhap-list": "^2.0.1",
    "whatwg-fetch": "^2.0.3"
  }
}
