{
  "name": "cerebral-provider-http",
  "version": "1.0.0-alpha.1-alpha.ed1e4568",
  "description": "HTTP provider for Cerebral 2",
  "main": "lib/index.js",
  "scripts": {
    "build": "BABEL_ENV=production ../../node_modules/.bin/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/cerebral-provider-http#readme",
  "peerDependencies": {
    "cerebral": "^2.0.0-0"
  }
}
