Skip to content

Commit 9f1e330

Browse files
committed
add package
1 parent 611ba07 commit 9f1e330

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)