Minor update to package.json

Change-Id: If16646b65f4124b6d20212f6f2f5b849b2796028
diff --git a/README.md b/README.md
index 25b59ca..538674c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 ### Generate Static Asset Files
 
 To generate the static asset files (scripts, styles, images ...),
-you need NodeJS > 0.8 and npm (maybe bundled with your version of NodeJS).
+you need NodeJS >= 6.0.0.
 For processing Sass, you will need Ruby with
 the ```sass``` gem in addition.
 This will probably need administration
diff --git a/package.json b/package.json
index 0ce20ac..428c527 100755
--- a/package.json
+++ b/package.json
@@ -4,6 +4,9 @@
   "license": "BSD-2-Clause",
   "version": "0.38.0",
   "pluginVersion": "0.2",
+  "engines": {
+    "node": ">=6.0.0"
+  },
   "repository": {
     "type": "git",
     "url": "https://github.com/KorAP/Kalamar.git"
@@ -17,9 +20,9 @@
     "grunt-terser": "^1.0.0",
     "grunt-contrib-watch": "^1.1.0",
     "grunt-shell": "^3.0.1",
-    "imagemin": "^5.3.1",
+    "imagemin": "^7.0.1",
     "optipng-bin": "^6.0.0",
-    "vinyl-fs": "^3.0.2"
+    "vinyl-fs": "^3.0.3"
   },
   "optionalDependencies": {
     "fsevents": "*"