mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
31 lines
870 B
JSON
Executable File
31 lines
870 B
JSON
Executable File
{
|
|
"name": "uguu",
|
|
"version": "1.8.0",
|
|
"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",
|
|
"url": "https://github.com/nokonoko/uguu"
|
|
},
|
|
"author": "Go Johansson <neku@pomf.se>",
|
|
"contributors": [
|
|
"Pomf Community <github.com/pomf/pomf>",
|
|
"Uguu Community <github.com/nokonoko/uguu>"
|
|
],
|
|
"license": "GPLV3",
|
|
"bugs": {
|
|
"url": "https://github.com/nokonoko/uguu/issues"
|
|
},
|
|
"devDependencies": {
|
|
"ejs": "^3.1.9",
|
|
"imagemin-cli": "^7.0.0",
|
|
"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"
|
|
}
|
|
}
|