-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 897 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
35
36
37
38
39
40
{
"name": "better-qiniu-webpack-plugin",
"version": "0.0.6",
"description": "Webpack 编译后的文件上传到 七牛云存储",
"main": "src/index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzetao/qiniu-webpack-plugin.git"
},
"keywords": [
"webpack",
"qiniu"
],
"engines": {
"node": ">=7.6.0"
},
"author": "zzetao",
"license": "MIT",
"bugs": {
"url": "https://github.com/zzetao/qiniu-webpack-plugin/issues"
},
"homepage": "https://github.com/zzetao/qiniu-webpack-plugin#readme",
"dependencies": {
"chalk": "^2.3.2",
"lodash.difference": "^4.5.0",
"map-limit": "^0.0.1",
"micromatch": "^4.0.2",
"ora": "^2.0.0",
"qiniu": "^7.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"revalidator": "^0.3.1"
},
"files" : [
"src"
]
}