{
  "name": "bluebird",
  "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  "version": "0.7.8-0",
  "keywords": [
    "promise",
    "performance",
    "fast",
    "promises-aplus",
    "async"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "homepage": "https://github.com/petkaantonov/bluebird",
  "repository": {
    "type": "git",
    "url": "git://github.com/petkaantonov/bluebird.git"
  },
  "bugs": {
    "url": "http://github.com/petkaantonov/bluebird/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Petka Antonov",
    "email": "petka_antonov@hotmail.com",
    "url": "http://github.com/petkaantonov/"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-concat": "~0.3.0",
    "promises-aplus-tests": "~1.3.2",
    "acorn": "~0.3.1",
    "grunt-bump": "0.0.11",
    "mocha": "~1.12.1",
    "q": "~0.9.7",
    "when": "~2.4.0",
    "deferred": "~0.6.5",
    "buster": "~0.6.12",
    "rsvp": "~2.0.4",
    "avow": "~2.0.1",
    "jsdom": "~0.8.4",
    "jquery-browserify": "~1.8.1",
    "closure-compiler": "~0.2.1",
    "sinon": "~1.7.3"
  },

  "readmeFilename": "README.md",
  "main": "./js/bluebird.js"
}
