-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
44 lines (44 loc) · 988 Bytes
/
package.json
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
{
"name": "async-compare",
"version": "0.1.0",
"description": "Compare the performance and code of multiple async patterns",
"main": "perf.js",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.3.0",
"co": "^3.1.0",
"deferred-queue": "^0.5.1",
"esprima": "~1.0.3",
"genny": "~0.5.0",
"gens": "^1.1.0",
"kew": "^0.4.0",
"long-stack-traces": "~0.1.2",
"optimist": "~0.6.0",
"p-promise": "~0.4.0",
"q": "^1.0.1",
"rsvp": "^3.0.13",
"rx": "^2.3.4",
"source-map-support": "~0.2.3",
"stratifiedjs": "~0.14.0",
"streamline": "~0.6.0",
"suspend": "~0.3.0",
"text-table": "~0.1.1",
"traceur": "0.0.4",
"when": "^3.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"generators",
"fibers",
"promises",
"callbacks",
"comparison",
"compare",
"async"
],
"author": "spion",
"license": "MIT"
}