react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / bluebird / package.json
81152 views{1"name": "bluebird",2"description": "Full featured Promises/A+ implementation with exceptionally good performance",3"version": "2.9.27",4"keywords": [5"promise",6"performance",7"promises",8"promises-a",9"promises-aplus",10"async",11"await",12"deferred",13"deferreds",14"future",15"flow control",16"dsl",17"fluent interface"18],19"scripts": {20"lint": "node scripts/jshint.js",21"test": "node tools/test.js",22"istanbul": "istanbul",23"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify"24},25"homepage": "https://github.com/petkaantonov/bluebird",26"repository": {27"type": "git",28"url": "git://github.com/petkaantonov/bluebird.git"29},30"bugs": {31"url": "http://github.com/petkaantonov/bluebird/issues"32},33"license": "MIT",34"author": {35"name": "Petka Antonov",36"email": "[email protected]",37"url": "http://github.com/petkaantonov/"38},39"devDependencies": {40"acorn": "~0.6.0",41"baconjs": "^0.7.43",42"bluebird": "^2.9.2",43"body-parser": "^1.10.2",44"browserify": "^8.1.1",45"cli-table": "~0.3.1",46"co": "^4.2.0",47"cross-spawn": "^0.2.3",48"glob": "^4.3.2",49"grunt-saucelabs": "~8.4.1",50"highland": "^2.3.0",51"istanbul": "^0.3.5",52"jshint": "^2.6.0",53"jshint-stylish": "~0.2.0",54"mkdirp": "~0.5.0",55"mocha": "~2.1",56"open": "~0.0.5",57"optimist": "~0.6.1",58"rimraf": "~2.2.6",59"rx": "^2.3.25",60"serve-static": "^1.7.1",61"sinon": "~1.7.3",62"uglify-js": "~2.4.16",63"kefir": "^2.4.1"64},65"main": "./js/main/bluebird.js",66"browser": "./js/browser/bluebird.js",67"files": [68"js/browser",69"js/main",70"js/zalgo",71"LICENSE",72"zalgo.js"73],74"gitHead": "634af0e27ff4faab62c6c5bfd105527abcf8b06e",75"_id": "[email protected]",76"_shasum": "8eab7da1e866998f9f71c209b9875f9949a7adca",77"_from": "bluebird@>=2.9.26 <3.0.0",78"_npmVersion": "2.7.1",79"_nodeVersion": "1.6.2",80"_npmUser": {81"name": "esailija",82"email": "[email protected]"83},84"maintainers": [85{86"name": "esailija",87"email": "[email protected]"88}89],90"dist": {91"shasum": "8eab7da1e866998f9f71c209b9875f9949a7adca",92"tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.27.tgz"93},94"directories": {},95"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.27.tgz"96}979899