forked from tencentyun/cos-js-sdk-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 KB
/
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-js-sdk-v5",
"version": "0.5.18",
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
"main": "index.js",
"scripts": {
"sts.js": "node server/sts.js",
"dev": "cross-env NODE_ENV=development&& webpack -w",
"build": "cross-env NODE_ENV=production&& webpack",
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tencentyun/cos-js-sdk-v5.git"
},
"keywords": [],
"author": "carsonxu",
"license": "ISC",
"bugs": {
"url": "https://github.com/tencentyun/cos-js-sdk-v5/issues"
},
"homepage": "https://github.com/tencentyun/cos-js-sdk-v5#readme",
"dependencies": {
"body-parser": "^1.18.3",
"qcloud-cos-sts": "^3.0.0",
"express": "^4.16.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"cross-env": "^5.2.0",
"request": "^2.87.0",
"webpack": "^3.8.1",
"xmldom": "^0.1.27"
}
}