forked from cojs/urllib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.1 KB
/
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
45
46
47
48
49
50
51
52
53
54
{
"name": "co-urllib",
"version": "0.2.3",
"description": "co version of urllib",
"main": "index.js",
"scripts": {
"test": "make test-all",
"prepublish": "make clean build"
},
"repository": {
"type": "git",
"url": "git://github.com/cojs/urllib.git"
},
"keywords": [
"co",
"urllib",
"http",
"urlopen",
"curl",
"wget",
"request",
"https"
],
"author": "dead_horse",
"license": "MIT",
"bugs": {
"url": "https://github.com/cojs/urllib/issues"
},
"homepage": "https://github.com/cojs/urllib",
"dependencies": {
"co-assert-timeout": "~0.0.4",
"co-readall": "~0.0.1",
"debug": "~0.8.1",
"default-user-agent": "~0.0.1",
"generator-supported": "~0.0.1",
"thunkify": "~2.1.1"
},
"devDependencies": {
"ali.regenerator": "*",
"autod": "*",
"co": "~3.0.6",
"co-mocha": "*",
"co-sleep": "~0.0.1",
"contributors": "*",
"cov": "*",
"istanbul-harmony": "*",
"jshint": "*",
"koa": "~0.6.0",
"koa-middlewares": "~0.1.3",
"mocha": "*",
"should": "~3.3.1",
"speeds": "~0.0.1"
}
}