was.js – Diff between revs 41 and 44

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 41 Rev 44
1 { 1 {
2 "author": { 2 "author": {
3 "name": "Wizardry and Steamworks", 3 "name": "Wizardry and Steamworks",
4 "email": "office@grimore.org" 4 "email": "office@grimore.org"
5 }, 5 },
6 "contributors": [ 6 "contributors": [
7 { 7 {
8 "name": "Wizardry and Steamworks", 8 "name": "Wizardry and Steamworks",
9 "email": "office@grimore.org" 9 "email": "office@grimore.org"
10 } 10 }
11 ], 11 ],
12 "description": "Original repo at http://svn.grimore.org/was.js", 12 "description": "Original repo at http://svn.grimore.org/was.js",
13 "devDependencies": { 13 "devDependencies": {
14 "grunt": "~0.4.5", 14 "grunt": "~0.4.5",
15 "grunt-contrib-concat": "~0.4.0", 15 "grunt-contrib-concat": "~0.4.0",
16 "grunt-contrib-jshint": "~0.11.0", 16 "grunt-contrib-jshint": "~0.11.0",
17 "grunt-contrib-nodeunit": "~0.4.1", 17 "grunt-contrib-nodeunit": "~0.4.1",
18 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony", 18 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
19 "grunt-contrib-watch": "~0.6.1" 19 "grunt-contrib-watch": "~0.6.1"
20 }, 20 },
21 "directories": { 21 "directories": {
22 "test": "test" 22 "test": "test"
23 }, 23 },
24 "engines": { 24 "engines": {
25 "node": ">= 0.10.0" 25 "node": ">= 0.10.0"
26 }, 26 },
27 "homepage": "http://grimore.org", 27 "homepage": "http://grimore.org",
28 "keywords": [ 28 "keywords": [
29 "wizardry", 29 "wizardry",
30 "steamworks", 30 "steamworks",
31 "javascript", 31 "javascript",
32 "jquery", 32 "jquery",
33 "library", 33 "library",
34 "utilities", 34 "utilities",
35 "extensions" 35 "extensions"
36 ], 36 ],
37 "license": "GPL-3.0", 37 "license": "GPL-3.0",
38 "main": "dist/was.min.js", 38 "main": "dist/was.min.js",
39 "name": "was.js", 39 "name": "was.js",
40 "repository": { 40 "repository": {
41 "type": "git", 41 "type": "git",
42 "url": "svn+http://svn.grimore.org/was.js" 42 "url": "svn+http://svn.grimore.org/was.js"
43 }, 43 },
44 "scripts": { 44 "scripts": {
45 "test": "tap test/*.js" 45 "test": "tap test/*.js"
46 }, 46 },
47 "version": "1.0.4" 47 "version": "1.0.5"
48 } 48 }
49   49