-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "7niu",
"version": "3.0.0",
"private": false,
"description": "qiniu cloud command line",
"scripts": {
"test": "node node_modules/mocha/bin/mocha -c --recursive --ui bdd test -t 0"
},
"preferGlobal": true,
"bin": {
"7niu": "./bin/7niu"
},
"engines": {
"node": ">= 0.10.0",
"iojs": ">= 1.0.0"
},
"main": "index.js",
"keywords": [
"qiniu",
"command line",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "cloudcome@163.com",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/cloudcome/nodejs-7niu",
"repository": {
"type": "git",
"url": "https://github.com/cloudcome/nodejs-7niu"
},
"bugs": {
"url": "https://github.com/cloudcome/nodejs-7niu/issues"
},
"dependencies": {
"form-data": "^0.2.0",
"fs-extra": "^0.26.2",
"glob": "^5.0.6",
"howdo": "^2.0.2",
"progress": "^1.1.8",
"ydr-utils": "^36.0.1"
},
"peerDependencies": {},
"devDependencies": {
"mocha": "^2.3.3"
},
"license": "MIT"
}