Building js & css for editor with r.js/lessc via grunt tasks
[fnpeditor.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..b792de2
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "name": "rng-editor",
+  "devDependencies": {
+    "grunt": "~0.4.1",
+    "grunt-contrib-requirejs": "~0.4.1",
+    "grunt-contrib-less": "~0.6.1"
+  }
+}