{
  "name": "trooba-http-transport",
  "version": "2.1.0",
  "description": "HTTP transport for trooba pipeline",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test",
    "test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trooba/trooba-http-transport.git"
  },
  "keywords": [
    "http",
    "trooba",
    "transport",
    "service"
  ],
  "author": "Dmytro Semenov <dimichsdg@yahoo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trooba/trooba-http-transport/issues"
  },
  "homepage": "https://github.com/trooba/trooba-http-transport#readme",
  "devDependencies": {
    "async": "^2.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2",
    "nock": "^9.0.2",
    "trooba": "^2"
  },
  "dependencies": {
    "lodash": "^4.16.6",
    "trooba-http-api": "^2",
    "wreck": "^12.5.0"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  }
}
