X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/cef498522c2e4eeef96c44be483cfc1d36d3c020..e994e42dd3f8318ff2513e2a282c665afb88f2c3:/package.json diff --git a/package.json b/package.json index bbd8cec..1d71bff 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,26 @@ { "name": "uguu", - "version": "1.0.0", - "description": "Kawaii file host", - "homepage": "https://uguu.se/", + "version": "1.7.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/pomf" + "url": "https://github.com/nokonoko/uguu" }, - "author": "Eric Johansson ", + "author": "Go Johansson ", "contributors": [ - "Pomf Community " + "Pomf Community ", + "Uguu Community " ], - "license": "MIT", + "license": "GPLV3", "bugs": { "url": "https://github.com/nokonoko/uguu/issues" }, "devDependencies": { - "clean-css": "^4.2.1", - "clean-css-cli": "^4.3.0", - "uglify-js": "^3.13.9", - "swig": "^1.4.2" - }, - "dependencies": { - "htmlmin": "0.0.6" + "minify": "^9.1.0", + "ejs": "^3.1.8", + "node-jq": "^2.3.4", + "imagemin-cli": "^7.0.0", + "imagemin-pngquant": "^9.0.2" } }