Uguu/package.json

27 lines
703 B
JSON
Raw Normal View History

{
"name": "uguu",
2023-01-13 23:02:55 -03:00
"version": "1.6.7",
2022-07-22 00:32:52 -04: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 08:33:37 -03:00
"url": "https://github.com/nokonoko/uguu"
},
2022-01-23 08:33:37 -03:00
"author": "Go Johansson <neku@pomf.se>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>",
2021-07-07 11:53:25 -04:00
"Uguu Community <github.com/nokonoko/uguu>"
],
"license": "GPLV3",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
2022-12-16 20:23:38 -03:00
"devDependencies": {
2023-01-01 05:45:39 -03:00
"minify": "^9.1.0",
"ejs": "^3.1.8",
2023-01-01 05:45:39 -03:00
"node-jq": "^2.3.4",
2022-07-22 00:32:52 -04:00
"imagemin-cli": "^7.0.0",
"imagemin-pngquant": "^9.0.2"
}
}