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