We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611ba07 commit 9f1e330Copy full SHA for 9f1e330
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "cos-nodejs-sdk-v5",
3
+ "version": "1.0.0",
4
+ "description": "cos nodejs sdk v5",
5
+ "main": "index.js",
6
+ "devDependencies": {},
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/tencentyun/cos-nodejs-sdk-v5.git"
13
14
+ "keywords": [],
15
+ "author": "",
16
+ "license": "ISC",
17
+ "bugs": {
18
+ "url": "https://github.com/tencentyun/cos-nodejs-sdk-v5/issues"
19
20
+ "homepage": "https://github.com/tencentyun/cos-nodejs-sdk-v5#readme",
21
+ "dependencies": {
22
+ "eventproxy": "^0.3.5",
23
+ "async": "^2.2.0",
24
+ "request": "^2.81.0",
25
+ "xml2js": "^0.4.17"
26
+ }
27
+}
0 commit comments