node-qiniu-sdk
Version:
nodejs,七牛云异步操作模块
44 lines (43 loc) • 904 B
JSON
{
"name": "node-qiniu-sdk",
"version": "1.6.6",
"description": "nodejs,七牛云异步操作模块",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.11",
"node-request-slim": "^1.0.6",
"qiniu-auth": "^1.0.3"
},
"devDependencies": {
"chai": "^4.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunGg12138/node-qiniu-sdk.git"
},
"keywords": [
"node",
"node-qiniu",
"qiniu",
"sdk",
"async",
"promise",
"ES7",
"ES6"
],
"author": "sungg12138",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunGg12138/node-qiniu-sdk/issues"
},
"homepage": "https://github.com/SunGg12138/node-qiniu-sdk#readme"
}