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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 4 Rev 6
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-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",
17 "directories": { 18 "directories": {
18 "test": "test" 19 "test": "test"
19 }, 20 },
20 "scripts": { 21 "scripts": {
21 "test": "tap test/*.js" 22 "test": "tap test/*.js"
22 }, 23 },
23 "repository": { 24 "repository": {
24 "type": "git", 25 "type": "git",
25 "url": "svn+http://svn.grimore.org/was.wm.js" 26 "url": "svn+http://svn.grimore.org/was.wm.js"
26 }, 27 },
27 "keywords": [ 28 "keywords": [
28 "wizardry", 29 "wizardry",
29 "steamworks", 30 "steamworks",
30 "javascript", 31 "javascript",
31 "window", 32 "window",
32 "manager", 33 "manager",
33 "wm" 34 "wm"
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 "dependencies": { 39 "dependencies": {
39 "cookie.js": "^3.0.0", 40 "cookie.js": "^3.0.0",
40 "interact.js": "^1.2.8", 41 "interact.js": "^1.2.8",
41 "jquery": "^3.3.1" 42 "jquery": "^3.3.1"
42 } 43 }
43 } 44 }
44   45