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