co-urllib
Version:
co version of urllib
55 lines (54 loc) • 1.13 kB
JSON
{
"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"
}
}