Refactor JS into modules, and add basic MVC.
[quanweb.git] / js / package.json
1 {
2   "name": "quanweb",
3   "version": "0.0.1",
4   "license": "GPL-3.0+",
5   "devDependencies": {
6     "grunt": "^1.0.1",
7     "grunt-contrib-jshint": "~0.10.0",
8     "grunt-contrib-nodeunit": "~0.4.1",
9     "grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
10   }
11 }