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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 6 Rev 7
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-concat": "~0.4.0",
8 "grunt-contrib-jshint": "~0.11.0", 8 "grunt-contrib-jshint": "~0.11.0",
9 "grunt-contrib-nodeunit": "~0.4.1", 9 "grunt-contrib-nodeunit": "~0.4.1",
10 "grunt-contrib-sass": "^1.0.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 "grunt-contrib-watch": "~0.6.1"
13 }, 13 },
14 "name": "was.wm.js", 14 "name": "was.wm.js",
15 "description": "Original repo at http://svn.grimore.org/was.wm.js", 15 "description": "Original repo at http://svn.grimore.org/was.wm.js",
16 "version": "1.0.2", 16 "version": "1.0.3",
17 "main": "Gruntfile.js", 17 "main": "Gruntfile.js",
18 "directories": { 18 "directories": {
19 "test": "test" 19 "test": "test"
20 }, 20 },
21 "scripts": { 21 "scripts": {
22 "test": "tap test/*.js" 22 "test": "tap test/*.js"
23 }, 23 },
24 "repository": { 24 "repository": {
25 "type": "git", 25 "type": "git",
26 "url": "svn+http://svn.grimore.org/was.wm.js" 26 "url": "svn+http://svn.grimore.org/was.wm.js"
27 }, 27 },
28 "keywords": [ 28 "keywords": [
29 "wizardry", 29 "wizardry",
30 "steamworks", 30 "steamworks",
31 "javascript", 31 "javascript",
32 "window", 32 "window",
33 "manager", 33 "manager",
34 "wm" 34 "wm"
35 ], 35 ],
36 "author": "Wizardry and Steamworks <office@grimore.org>", 36 "author": "Wizardry and Steamworks <office@grimore.org>",
37 "license": "GPL-3.0", 37 "license": "GPL-3.0",
38 "homepage": "http://grimore.org", 38 "homepage": "http://grimore.org",
39 "dependencies": { 39 "dependencies": {
40 "cookie.js": "^3.0.0", 40 "cookie.js": "^3.0.0",
41 "interact.js": "^1.2.8", 41 "interact.js": "^1.2.8",
42 "jquery": "^3.3.1" 42 "jquery": "^3.3.1"
43 } 43 }
44 } 44 }
45   45