{
  "name": "httpplease-promises",
  "version": "0.3.0",
  "description": "A plugin that adds promise support to httpplease",
  "main": "./httpplease-promises.js",
  "directories": {
    "test": "test"
  },
  "peerDependencies": {
    "httpplease": ">=0.8"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "chai": "~1.9.1",
    "grunt": "~0.4.4",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-mocha-test": "~0.10.2",
    "grunt-bump": "0.0.13",
    "grunt-express": "~1.2.1",
    "express": "~4.0.0",
    "cors": "~2.2.0",
    "es6-promise": "~1.0.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/matthewwithanm/httpplease-promises.git"
  },
  "keywords": [
    "xhr",
    "request",
    "http",
    "XMLHttpRequest",
    "isomorphic",
    "promises"
  ],
  "author": "Matthew Dapena-Tretter <m@tthewwithanm.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matthewwithanm/httpplease-promises/issues"
  }
}
