{
  "name": "superagent-promise-plugin",
  "version": "3.2.0",
  "description": "Plugin for visionmedia/superagent. Use req.then or req['catch'] to execute your request and handle via promises.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jomaxx/superagent-promise-plugin.git"
  },
  "keywords": [
    "superagent",
    "superagent-promise",
    "superagent-promise-plugin",
    "promise",
    "plugin"
  ],
  "author": "Josef Blake <jo.maxx.blake@gmail.com> (http://jomaxx.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jomaxx/superagent-promise-plugin/issues"
  },
  "homepage": "https://github.com/jomaxx/superagent-promise-plugin",
  "dependencies": {},
  "devDependencies": {
    "es6-promise": "^3.1.2",
    "express": "^4.13.4",
    "mocha": "^2.4.5",
    "should": "^8.3.0",
    "superagent": "^1.8.3",
    "supertest": "^1.2.0"
  }
}
