{
  "name": "cerebral-http-bugfix-1210",
  "version": "4.0.2",
  "description": "HTTP provider for Cerebral 2",
  "main": "lib/index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test": "mocha --compilers js:babel-register \"src/**/*.test.js\" \"test/**/*.test.js\"",
    "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerebral/cerebral.git"
  },
  "keywords": [
    "cerebral",
    "http"
  ],
  "author": "Christian Alfoni <christianalfoni@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cerebral/cerebral/issues"
  },
  "homepage": "https://github.com/cerebral/cerebral/tree/master/packages/http#readme",
  "peerDependencies": {
    "cerebral": "^4.0.1"
  },
  "devDependencies": {
    "cerebral": "^4.0.1",
    "xhr-mock": "^1.9.0"
  }
}
