Uguu/package.json

31 lines
870 B
JSON
Raw Permalink Normal View History

{
"name": "uguu",
2023-11-10 21:00:10 +01:00
"version": "1.8.2",
2022-07-22 06:32:52 +02:00
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
"homepage": "https://uguu.se",
"repository": {
"type": "git",
2022-01-23 12:33:37 +01:00
"url": "https://github.com/nokonoko/uguu"
},
2022-01-23 12:33:37 +01:00
"author": "Go Johansson <neku@pomf.se>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>",
2021-07-07 17:53:25 +02:00
"Uguu Community <github.com/nokonoko/uguu>"
],
"license": "GPLV3",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
2022-12-17 00:23:38 +01:00
"devDependencies": {
2023-08-12 05:06:18 +02:00
"ejs": "^3.1.9",
2022-07-22 06:32:52 +02:00
"imagemin-cli": "^7.0.0",
2023-09-09 15:45:57 +02:00
"imagemin-pngquant": "^9.0.2",
"@node-minify/core": "^8.0.6",
"@node-minify/cli": "^8.0.6",
"@node-minify/uglify-es": "^8.0.6",
"@node-minify/cssnano": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"node-jq": "^4.0.1"
}
}