forked from tencentyun/cos-wx-sdk-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 899 Bytes
/
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
{
"name": "cos-wx-sdk-v5",
"version": "1.1.3",
"description": "小程序 SDK for [腾讯云对象存储服务](https://cloud.tencent.com/product/cos)",
"main": "demo/lib/cos-wx-sdk-v5.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node build.js",
"build": "cross-env NODE_ENV=production node build.js",
"sts.js": "node server/sts.js"
},
"repository": {
"type": "git",
"url": "http://github.com/tencentyun/cos-wx-sdk-v5.git"
},
"author": "carsonxu",
"license": "ISC",
"dependencies": {
"mime": "^2.4.6",
"xmldom": "^0.1.31"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.18.3",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"qcloud-cos-sts": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^3.12.0"
}
}