Integration of the Grunt-Frontend- with the Maven-Backend-Project
[examples/maven-grunt-integration] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..81fefa0
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "name": "maven-grunt-integration",
+  "description": "Example, how to ingegrat maven with a frontend developed with Grunt",
+  "homepage": "http://juplo.de/maven-grunt-integration",
+  "author": "kai@juplo.de",
+  "version": "1.0.0",
+  "devDependencies": {
+    "grunt": "~0.4.5",
+    "grunt-cli": "~0.1.13",
+    "grunt-newer": "~1.1.1"
+  }
+}