-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 942 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
{
"name": "callback_hell",
"version": "0.0.0",
"description": "callback hell examples",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"autod": "./node_modules/.bin/autod -w --prefix='~' --semver=co@3"
},
"repository": {
"type": "git",
"url": "git@github.com:dead-horse/callback_hell.git"
},
"keywords": [
"callback",
"generator",
"async",
"event"
],
"author": "dead_horse <dead_horse@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dead-horse/callback_hell/issues"
},
"homepage": "https://github.com/dead-horse/callback_hell",
"dependencies": {
"async": "~0.9.0",
"bagpipe": "~0.3.5",
"co": "~3.1.0",
"co-parallel": "~1.0.0",
"eventproxy": "~0.3.1",
"mz": "~1.2.0",
"q": "~1.1.2",
"step": "~0.0.5",
"thenify-all": "~1.1.0"
},
"devDependencies": {
"autod": "~1.1.4"
}
}