{
  "name": "portals",
  "version": "0.2.0",
  "description": "An XHR/Ajax library with sugar for single page applications.",
  "main": "portals.js",
  "scripts": {
    "test": "gulp ci"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:HelpfulHuman/Portals.git"
  },
  "keywords": [
    "xhr",
    "ajax",
    "api",
    "services",
    "abstraction",
    "portals"
  ],
  "author": "Nick Glenn <nick@helpfulhuman.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HelpfulHuman/Portals/issues"
  },
  "homepage": "https://github.com/HelpfulHuman/Portals",
  "devDependencies": {
    "chai": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.11.0",
    "gulp-mocha": "^2.1.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "jshint-stylish": "^2.0.0",
    "mocha": "^2.2.5",
    "sinon": "^1.15.3"
  },
  "dependencies": {
    "promise": "^7.0.3"
  }
}
