File size: 1,775 Bytes
5fae594 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
{
"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": "[email protected]",
"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"
} |