{
  "author": "Kevin Conway <kevinjacobconway@gmail.com> (https://github.com/kevinconway)",
  "name": "deferredjs",
  "description": "Cross platform, A+ 1.1.1 compliant promises.",
  "version": "7.1.3",
  "homepage": "https://github.com/kevinconway/Deferred.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/kevinconway/Deferred.js.git"
  },
  "keywords": [
    "promises-aplus",
    "deferred",
    "deferreds",
    "promises"
  ],
  "main": "./deferred/index.js",
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "deferjs": "3.x.x"
  },
  "devDependencies": {
    "benchmark": "^1.0.0",
    "bluebird": "^2.3.2",
    "cli-table": "^0.3.0",
    "expect.js": "^0.3.1",
    "grunt": "^0.4.4",
    "grunt-browserify": "^2.1.3",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-jslint": "^1.1.8",
    "grunt-mocha": "^0.4.11",
    "grunt-mocha-test": "^0.10.2",
    "grunt-shell": "^0.7.0",
    "microtime": "^1.0.1",
    "mocha": "^1.20.1",
    "promises-aplus-tests": "*"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
