co-weibo-api
Version:
Weibo api for koa.
29 lines • 597 B
JSON
{
"name": "co-weibo-api",
"version": "0.0.7",
"description": "Weibo api for koa.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perzy/co-weibo-api.git"
},
"keywords": [
"Weibo",
"api",
"koa",
"co",
"promise"
],
"author": "jerrywu",
"license": "MIT",
"bugs": {
"url": "https://github.com/perzy/co-weibo-api/issues"
},
"homepage": "https://github.com/perzy/co-weibo-api#readme",
"dependencies": {
"urllib": "2.4.0"
}
}