-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "uppy-qiniu-uploader",
"version": "0.1.0",
"description": "uppy uploader plugin for qiniu.com",
"main": "dist/uppy-qiniu-uploader.common.js",
"module": "dist/uppy-qiniu-uploader.esm.js",
"unpkg": "dist/uppy-qiniu-uploader.min.js",
"scripts": {
"dev": "rollup -wm -c build/rollup.dev.config.js",
"build": "node build/build.main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhuoqi-chen/uppy-qiniu-uploader.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"qiniu",
"uppy",
"uploader"
],
"author": "zhuoqi_chen@126.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhuoqi-chen/uppy-qiniu-uploader/issues"
},
"homepage": "https://github.com/zhuoqi-chen/uppy-qiniu-uploader#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"rollup": "^0.58.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-replace": "^2.0.0",
"uglify-js": "^3.3.22"
},
"dependencies": {
"qiniu-js": "^2.2.2",
"uppy": "^0.24.2"
},
"files": [
"dist"
]
}