UNPKG

529 BJSONView Raw
1{
2 "name": "meipian-qiniu",
3 "version": "0.0.21",
4 "description": "meipian qiniu upload files",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@gitee.com:celebrate/meipian-qiniu.git"
12 },
13 "keywords": [
14 "meipian",
15 "qiniu",
16 "upload"
17 ],
18 "author": "wangqingzhu",
19 "license": "ISC",
20 "dependencies": {
21 "chalk": "^2.3.2",
22 "inquirer": "^5.1.0",
23 "qiniu": "^7.1.3",
24 "user-home": "^2.0.0"
25 }
26}