-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "simple-upload-slice-file",
"version": "2.1.0",
"description": "一款前端简单的分片上传文件小项目,支持进度计算,队列提交,MD5校验",
"author": "long<[email protected]>",
"main": "./dist/simple-upload-slice-file.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -w",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git://github.com/8696/simple-upload-slice-file.git"
},
"license": "ISC",
"files": [
"dist"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"make-dir": "^3.0.0",
"mime-types": "^2.1.25",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.2"
},
"keywords": [
"web-upload",
"slice-file",
"upload-slice-file"
]
}