forked from petkaantonov/bluebird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 737 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 737 Bytes
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
{
"name": "async-compare",
"version": "0.1.1",
"description": "Compare the performance and code of multiple async patterns",
"main": "perf.js",
"dependencies": {
"async": "^0.9.0",
"davy": "^0.3.3",
"deferred": "~0.7.0",
"kew": "^0.5.0-alpha.1",
"lie": "^2.7.2",
"optimist": "~0.6.0",
"promise": "^6.0.1",
"q": "^1.1.2",
"rsvp": "^3.0.16",
"text-table": "~0.2.0",
"vow": "~0.4.1",
"when": "^3.6.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"generators",
"fibers",
"promises",
"callbacks",
"comparison",
"compare",
"async"
],
"author": "spion",
"license": "MIT"
}