upyun-storage
Version:
Upyun storage client
34 lines (33 loc) • 653 B
JSON
{
"name": "upyun-storage",
"version": "0.0.4",
"description": "Upyun storage client",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git://github.com/cnpm/upyun-storage.git"
},
"keywords": [
"Upyun",
"Storage"
],
"author": "Jackson Tian",
"license": "MIT",
"bugs": {
"url": "https://github.com/cnpm/upyun-storage/issues"
},
"homepage": "https://github.com/cnpm/upyun-storage",
"dependencies": {
"urllib": "*"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"istanbul": "*",
"muk": "*",
"coveralls": "*"
}
}