was.js – Diff between revs 2 and 13

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 13
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-jshint": "~0.11.0", 7 "grunt-contrib-jshint": "~0.11.0",
8 "grunt-contrib-watch": "~0.6.1", 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-concat": "~0.4.0",
11 "grunt-contrib-uglify": "~0.5.0" 11 "grunt-contrib-uglify": "~0.5.0"
12 }, 12 },
13 "name": "was", 13 "name": "was.js",
14 "description": "Original repo at http://svn.grimore.org/was.js", 14 "description": "Original repo at http://svn.grimore.org/was.js",
15 "version": "1.0.0", 15 "version": "1.0.0",
16 "main": "Gruntfile.js", 16 "main": "Gruntfile.js",
17 "directories": { 17 "directories": {
18 "test": "test" 18 "test": "test"
19 }, 19 },
20 "scripts": { 20 "scripts": {
21 "test": "tap test/*.js" 21 "test": "tap test/*.js"
22 }, 22 },
23 "repository": { 23 "repository": {
24 "type": "git", 24 "type": "git",
25 "url": "svn+http://svn.grimore.org/was.js" 25 "url": "svn+http://svn.grimore.org/was.js"
26 }, 26 },
27 "keywords": [ 27 "keywords": [
28 "wizardry", 28 "wizardry",
29 "steamworks", 29 "steamworks",
30 "javascript", 30 "javascript",
31 "jquery", 31 "jquery",
32 "library", 32 "library",
33 "utilities", 33 "utilities",
34 "extensions" 34 "extensions"
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 } 39 }
40   40