forked from tencentyun/cos-nodejs-sdk-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 792 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
{
"name": "cos-nodejs-sdk-v5",
"version": "2.4.3",
"description": "cos nodejs sdk v5",
"main": "index.js",
"scripts": {
"test": "mocha",
"demo": "node demo/demo.js",
"demo-sts": "node demo/demo-sts.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tencentyun/cos-nodejs-sdk-v5.git"
},
"keywords": [
"tencent",
"tencent cloud",
"qcloud",
"cos",
"cos-sdk"
],
"author": "carsonxu",
"license": "ISC",
"bugs": {
"url": "https://github.com/tencentyun/cos-nodejs-sdk-v5/issues"
},
"homepage": "https://github.com/tencentyun/cos-nodejs-sdk-v5#readme",
"dependencies": {
"configstore": "^3.1.2",
"request": "^2.81.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}