File size: 682 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
{
  "name": "async-compare",
  "version": "0.1.0",
  "description": "Compare the performance and code of multiple async patterns",
  "main": "perf.js",
  "dependencies": {
    "async": "~0.2.9",
    "deferred": "~0.6.6",
    "kew": "~0.3.0",
    "liar": "~0.3.0",
    "optimist": "~0.6.0",
    "q": "~0.9.7",
    "rsvp": "~3.0.0",
    "text-table": "~0.2.0",
    "when": "~2.6.0",
    "vow": "~0.4.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "generators",
    "fibers",
    "promises",
    "callbacks",
    "comparison",
    "compare",
    "async"
  ],
  "author": "spion",
  "license": "MIT"
}