-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 829 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
33
34
{
"name": "webpack-alioss-upload-plugin",
"version": "1.5.1",
"description": "A webpack plugin to upload files to aliyun oss, which supports multiple optional upload method",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avennn/webpack-alioss-upload-plugin.git"
},
"keywords": [
"webpack4",
"plugin",
"aliyun",
"oss"
],
"author": "Javen Leung",
"license": "MIT",
"bugs": {
"url": "https://github.com/avennn/webpack-alioss-upload-plugin/issues"
},
"homepage": "https://github.com/avennn/webpack-alioss-upload-plugin#readme",
"dependencies": {
"ali-oss": "^6.1.0",
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^6.4.0"
}
}