was.js – Diff between revs 17 and 18

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 17 Rev 18
1 { 1 {
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",
16 "directories": { 17 "directories": {
17 "test": "test" 18 "test": "test"
18 }, 19 },
19 "scripts": { 20 "scripts": {
20 "test": "tap test/*.js" 21 "test": "tap test/*.js"
21 }, 22 },
22 "repository": { 23 "repository": {
23 "type": "git", 24 "type": "git",
24 "url": "svn+http://svn.grimore.org/was.js" 25 "url": "svn+http://svn.grimore.org/was.js"
25 }, 26 },
26 "keywords": [ 27 "keywords": [
27 "wizardry", 28 "wizardry",
28 "steamworks", 29 "steamworks",
29 "javascript", 30 "javascript",
30 "jquery", 31 "jquery",
31 "library", 32 "library",
32 "utilities", 33 "utilities",
33 "extensions" 34 "extensions"
34 ], 35 ],
35 "author": "Wizardry and Steamworks <office@grimore.org>", 36 "author": "Wizardry and Steamworks <office@grimore.org>",
36 "license": "GPL-3.0", 37 "license": "GPL-3.0",
37 "homepage": "http://grimore.org" 38 "homepage": "http://grimore.org"
38 } 39 }
39   40