-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 827 Bytes
/
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
{
"name": "wqcloud",
"version": "5.0.2",
"description": "ALL QCloud APIs",
"main": "src/index.js",
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"prepare": "doctoc README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/willin/wqcloud.git"
},
"keywords": [
"api",
"qcloud",
"sdk",
"open",
"open-api",
"trade",
"cvm",
"cdb",
"cdn",
"bm"
],
"author": "Willin Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/willin/wqcloud/issues"
},
"homepage": "https://github.com/willin/wqcloud#readme",
"devDependencies": {
"doctoc": "^1.4.0",
"eslint": "^5.9.0",
"eslint-config-dwing": "^1.2.1",
"eslint-plugin-import": "^2.14.0"
},
"dependencies": {
"debug": "*",
"request": "*"
}
}