| { | |
| "name": "bluebird", | |
| "description": "Full featured Promises/A+ implementation with exceptionally good performance", | |
| "version": "1.0.8", | |
| "keywords": [ | |
| "promise", | |
| "performance", | |
| "promises", | |
| "promises-a", | |
| "promises-aplus", | |
| "async", | |
| "await", | |
| "deferred", | |
| "deferreds", | |
| "future", | |
| "flow control", | |
| "dsl", | |
| "fluent interface" | |
| ], | |
| "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": "latest", | |
| "grunt-contrib-connect": "latest", | |
| "grunt-saucelabs": "latest", | |
| "acorn": "~0.3.1", | |
| "mocha": "~1.12.1", | |
| "q": "~0.9.7", | |
| "when": "~2.4.0", | |
| "deferred": "~0.6.5", | |
| "rsvp": "~2.0.4", | |
| "avow": "~2.0.1", | |
| "jsdom": "~0.8.4", | |
| "jquery-browserify": "~1.8.1", | |
| "sinon": "~1.7.3", | |
| "kew": "~0.2.2", | |
| "browserify": "~2.35.0", | |
| "concurrent": "~0.3.2", | |
| "text-table": "~0.2.0", | |
| "grunt-cli": "~0.1.9", | |
| "jshint-stylish": "~0.1.3", | |
| "semver-utils": "~1.1.0", | |
| "rimraf": "~2.2.6", | |
| "mkdirp": "~0.3.5" | |
| }, | |
| "readmeFilename": "README.md", | |
| "main": "./js/main/bluebird.js" | |
| } |