Skip to content

Commit a42d78b

Browse files
carsonxucarsonxu
carsonxu
authored and
carsonxu
committed
support npm import
1 parent f5ec568 commit a42d78b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
gulp/node_module

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "cos-js-sdk-v4",
3+
"version": "1.0.0",
4+
"description": "js-sdk-v4 for 腾讯云对象存储服务",
5+
"main": "dist/cos-js-sdk-v4.js",
6+
"scripts": {
7+
"dev": "cd gulp && gulp"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/tencentyun/cos-js-sdk-v4.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/tencentyun/cos-js-sdk-v4/issues"
18+
},
19+
"homepage": "https://github.com/tencentyun/cos-js-sdk-v4#readme"
20+
}

0 commit comments

Comments
 (0)