]> jfr.im git - uguu.git/blob - package.json
fix multiple uploads in same request
[uguu.git] / package.json
1 {
2 "name": "uguu",
3 "version": "1.7.2",
4 "description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
5 "homepage": "https://uguu.se",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/nokonoko/uguu"
9 },
10 "author": "Go Johansson <neku@pomf.se>",
11 "contributors": [
12 "Pomf Community <github.com/pomf/pomf>",
13 "Uguu Community <github.com/nokonoko/uguu>"
14 ],
15 "license": "GPLV3",
16 "bugs": {
17 "url": "https://github.com/nokonoko/uguu/issues"
18 },
19 "devDependencies": {
20 "minify": "^9.1.0",
21 "ejs": "^3.1.8",
22 "node-jq": "^2.3.4",
23 "imagemin-cli": "^7.0.0",
24 "imagemin-pngquant": "^9.0.2"
25 }
26 }