We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec568 commit a42d78bCopy full SHA for a42d78b
.gitignore
@@ -0,0 +1,2 @@
1
+.idea
2
+gulp/node_module
package.json
@@ -0,0 +1,20 @@
+{
+ "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