was.wm.js – Diff between revs 8 and 11

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 8 Rev 11
1 { 1 {
2 "_from": "was.wm.js", -  
3 "_id": "was.wm.js@1.0.0", -  
4 "_inBundle": false, -  
5 "_integrity": "sha512-V2zjdJAfwDfRdREi7d1KpFf8r3vUFcICqK8YtB2CHBWd+zYLAZsIbQ7qsdyehKDPLOeySCpmpVfso6KhW9yIyg==", -  
6 "_location": "/was.wm.js", -  
7 "_phantomChildren": {}, -  
8 "_requested": { -  
9 "type": "tag", -  
10 "registry": true, -  
11 "raw": "was.wm.js", -  
12 "name": "was.wm.js", -  
13 "escapedName": "was.wm.js", -  
14 "rawSpec": "", -  
15 "saveSpec": null, -  
16 "fetchSpec": "latest" -  
17 }, -  
18 "_requiredBy": [ -  
19 "#USER", -  
20 "/" -  
21 ], -  
22 "_resolved": "https://npm.grimore.org/was.wm.js/-/was.wm.js-1.0.0.tgz", -  
23 "_shasum": "081de82b68aa7a180f8653cf958eb6426a959fb2", -  
24 "_spec": "was.wm.js", -  
25 "_where": "/Users/evacomaroski/Desktop/fluffy/www", -  
26 "author": { 2 "author": {
27 "name": "Wizardry and Steamworks", 3 "name": "Wizardry and Steamworks",
28 "email": "office@grimore.org" 4 "email": "office@grimore.org"
29 }, 5 },
30 "bundleDependencies": false, 6 "bundleDependencies": false,
31 "contributors": [ 7 "contributors": [
32 { 8 {
33 "name": "Wizardry and Steamworks", 9 "name": "Wizardry and Steamworks",
34 "email": "office@grimore.org" 10 "email": "office@grimore.org"
35 } 11 }
36 ], 12 ],
37 "dependencies": { 13 "dependencies": {
38 "interact.js": "^1.2.8", 14 "interact.js": "^1.2.8",
39 "jquery": "^3.3.1", 15 "jquery": "^3.3.1",
40 "js-cookie": "^2.2.0" 16 "js-cookie": "^2.2.0"
41 }, 17 },
42 "deprecated": false, 18 "deprecated": false,
43 "description": "Original repo at http://svn.grimore.org/was.wm.js", 19 "description": "Original repo at http://svn.grimore.org/was.wm.js",
44 "devDependencies": { 20 "devDependencies": {
45 "grunt": "~0.4.5", 21 "grunt": "~0.4.5",
46 "grunt-contrib-concat": "~0.4.0", 22 "grunt-contrib-concat": "~0.4.0",
47 "grunt-contrib-jshint": "~0.11.0", 23 "grunt-contrib-jshint": "~0.11.0",
48 "grunt-contrib-nodeunit": "~0.4.1", 24 "grunt-contrib-nodeunit": "~0.4.1",
49 "grunt-contrib-sass": "^1.0.0", 25 "grunt-contrib-sass": "^1.0.0",
50 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony", 26 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
51 "grunt-contrib-watch": "~0.6.1" 27 "grunt-contrib-watch": "~0.6.1"
52 }, 28 },
53 "directories": { 29 "directories": {
54 "test": "test" 30 "test": "test"
55 }, 31 },
56 "engines": { 32 "engines": {
57 "node": ">= 0.10.0" 33 "node": ">= 0.10.0"
58 }, 34 },
59 "homepage": "http://grimore.org", 35 "homepage": "http://grimore.org",
60 "keywords": [ 36 "keywords": [
61 "wizardry", 37 "wizardry",
62 "steamworks", 38 "steamworks",
63 "javascript", 39 "javascript",
64 "window", 40 "window",
65 "manager", 41 "manager",
66 "wm" 42 "wm"
67 ], 43 ],
68 "license": "GPL-3.0", 44 "license": "GPL-3.0",
69 "main": "Gruntfile.js", 45 "main": "Gruntfile.js",
70 "name": "was.wm.js", 46 "name": "was.wm.js",
71 "repository": { 47 "repository": {
72 "type": "git", 48 "type": "git",
73 "url": "svn+http://svn.grimore.org/was.wm.js" 49 "url": "svn+http://svn.grimore.org/was.wm.js"
74 }, 50 },
75 "scripts": { 51 "scripts": {
76 "test": "tap test/*.js" 52 "test": "tap test/*.js"
77 }, 53 },
78 "version": "1.0.0" 54 "version": "1.0.0"
79 } 55 }
80   56