Refactor JS into modules, and add basic MVC.
[quanweb.git] / js / package.json
diff --git a/js/package.json b/js/package.json
new file mode 100644 (file)
index 0000000..2cf9e61
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "name": "quanweb",
+  "version": "0.0.1",
+  "license": "GPL-3.0+",
+  "devDependencies": {
+    "grunt": "^1.0.1",
+    "grunt-contrib-jshint": "~0.10.0",
+    "grunt-contrib-nodeunit": "~0.4.1",
+    "grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
+  }
+}