-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
30 lines (30 loc) · 973 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
{
"name": "easyUpload.js",
"version": "4.0.0",
"description": "**一款简单易用、可配置的H5/Web上传插件,体积仅有8kb (css+js)。支持多文件上传,多实例上传,批量上传,并发上传,混合上传。**",
"main": "easyUpload.js",
"scripts": {
"dev": "npm install && cross-env NODE_ENV=dev grunt & live-server",
"build": "npm install && cross-env NODE_ENV=prod grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funnyque/easyUpload.js.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/funnyque/easyUpload.js/issues"
},
"homepage": "https://github.com/funnyque/easyUpload.js#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"grunt": "^1.4.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ejs": "^1.0.0",
"live-server": "^1.2.1"
}
}