X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/ee3976f9976ab5011dd06ad42d47f1403243e1a4..45ca962fb4de84de2ba0654b729a95edea188da8:/package.json diff --git a/package.json b/package.json index 0591d4d..d167668 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,26 @@ { "name": "uguu", - "version": "1.1.1", - "description": "Kawaii file host", - "homepage": "https://uguu.se/", + "version": "1.7.2", + "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 ", - "Uguu Community " ], - "license": "MIT", + "license": "GPLV3", "bugs": { "url": "https://github.com/nokonoko/uguu/issues" }, "devDependencies": { - "clean-css": "^5.1.2", - "clean-css-cli": "^5.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" } }