blob: 5980304067e321f58bf5d0b2ea2475a521e61d0e [file] [log] [blame]
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "1.1.1",
"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"
},
"main": "./js/main/bluebird.js",
"_id": "bluebird@1.1.1",
"dist": {
"shasum": "744e9980145e2ebc41a9e34826f913096667fb33",
"tarball": "http://registry.npmjs.org/bluebird/-/bluebird-1.1.1.tgz"
},
"_from": "bluebird@~1.1.0",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "esailija",
"email": "petka_antonov@hotmail.com"
},
"maintainers": [
{
"name": "esailija",
"email": "petka_antonov@hotmail.com"
}
],
"directories": {},
"_shasum": "744e9980145e2ebc41a9e34826f913096667fb33",
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-1.1.1.tgz",
"readme": "ERROR: No README data found!"
}