was.wm.js – Diff between revs 4 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 6
Line 2... Line 2...
2 "engines": { 2 "engines": {
3 "node": ">= 0.10.0" 3 "node": ">= 0.10.0"
4 }, 4 },
5 "devDependencies": { 5 "devDependencies": {
6 "grunt": "~0.4.5", 6 "grunt": "~0.4.5",
-   7 "grunt-contrib-concat": "~0.4.0",
7 "grunt-contrib-jshint": "~0.11.0", 8 "grunt-contrib-jshint": "~0.11.0",
8 "grunt-contrib-watch": "~0.6.1", -  
9 "grunt-contrib-nodeunit": "~0.4.1", 9 "grunt-contrib-nodeunit": "~0.4.1",
10 "grunt-contrib-concat": "~0.4.0", 10 "grunt-contrib-sass": "^1.0.0",
11 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony" 11 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
-   12 "grunt-contrib-watch": "~0.6.1"
12 }, 13 },
13 "name": "was.wm.js", 14 "name": "was.wm.js",
14 "description": "Original repo at http://svn.grimore.org/was.wm.js", 15 "description": "Original repo at http://svn.grimore.org/was.wm.js",
15 "version": "1.0.2", 16 "version": "1.0.2",
16 "main": "Gruntfile.js", 17 "main": "Gruntfile.js",