2020-11-18 11:54:47 +00:00
|
|
|
{
|
|
|
|
"name": "uguu",
|
2022-07-22 04:32:52 +00:00
|
|
|
"version": "1.6.0",
|
|
|
|
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
|
|
|
|
"homepage": "https://uguu.se",
|
2020-11-18 11:54:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-01-23 11:33:37 +00:00
|
|
|
"url": "https://github.com/nokonoko/uguu"
|
2020-11-18 11:54:47 +00:00
|
|
|
},
|
2022-01-23 11:33:37 +00:00
|
|
|
"author": "Go Johansson <neku@pomf.se>",
|
2020-11-18 11:54:47 +00:00
|
|
|
"contributors": [
|
2021-06-27 13:17:20 +00:00
|
|
|
"Pomf Community <github.com/pomf/pomf>",
|
2021-07-07 15:53:25 +00:00
|
|
|
"Uguu Community <github.com/nokonoko/uguu>"
|
2020-11-18 11:54:47 +00:00
|
|
|
],
|
2022-04-17 13:14:43 +00:00
|
|
|
"license": "GPLV3",
|
2020-11-18 11:54:47 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nokonoko/uguu/issues"
|
|
|
|
},
|
2022-07-22 04:32:52 +00:00
|
|
|
"devDependencies" : {
|
2022-07-16 06:24:58 +00:00
|
|
|
"ejs": "^3.1.8",
|
|
|
|
"minify-all-cli": "^1.0.13",
|
2022-07-22 04:32:52 +00:00
|
|
|
"node-jq": "^2.3.3",
|
|
|
|
"npx": "^10.2.2",
|
|
|
|
"imagemin-cli": "^7.0.0",
|
|
|
|
"imagemin-pngquant": "^9.0.2"
|
2020-11-18 11:54:47 +00:00
|
|
|
}
|
|
|
|
}
|