was.js – Diff between revs 17 and 18

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 17 Rev 18
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-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
10 "grunt-contrib-concat": "~0.4.0" 11 "grunt-contrib-watch": "~0.6.1"
11 }, 12 },
12 "name": "was.js", 13 "name": "was.js",
13 "description": "Original repo at http://svn.grimore.org/was.js", 14 "description": "Original repo at http://svn.grimore.org/was.js",
14 "version": "1.0.0", 15 "version": "1.0.0",
15 "main": "Gruntfile.js", 16 "main": "Gruntfile.js",