]> jfr.im git - uguu.git/blobdiff - package.json
fix multiple uploads in same request
[uguu.git] / package.json
index a04b17ea158a2193c3b62742c07809939480a6ed..d1676686da36062df7f23b6126d6512297dc160f 100644 (file)
@@ -1,28 +1,26 @@
 {
   "name": "uguu",
-  "version": "1.3.0",
-  "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 <neku@pomf.se>",
+  "author": "Go Johansson <neku@pomf.se>",
   "contributors": [
     "Pomf Community <github.com/pomf/pomf>",
-    "Uguu Community <github.com/nokonoko/uguu"
+    "Uguu Community <github.com/nokonoko/uguu>"
   ],
-  "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"
   }
 }