was.js – Diff between revs 32 and 33

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