was.js – Diff between revs 2 and 16

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 16
1 { 1 {
2 "name": "was", 2 "name": "was.js",
3 "authors": [ 3 "authors": [
4 "Wizardry and Steamworks <office@grimore.org>" 4 "Wizardry and Steamworks <office@grimore.org>"
5 ], 5 ],
6 "description": "Wizardry and Steamworks JavaScript Libraries and Utilities", 6 "description": "Wizardry and Steamworks JavaScript Libraries and Utilities",
7 "keywords": [ 7 "keywords": [
8 "wizardry", 8 "wizardry",
9 "steamworks", 9 "steamworks",
10 "javascript", 10 "javascript",
11 "jquery", 11 "jquery",
12 "library", 12 "library",
13 "utilities", 13 "utilities",
14 "extensions" 14 "extensions"
15 ], 15 ],
16 "license": "GPL-3.0", 16 "license": "GPL-3.0",
17 "homepage": "http://grimore.org", 17 "homepage": "http://grimore.org",
18 "ignore": [ 18 "ignore": [
19 "**/.*", 19 "**/.*",
20 "node_modules", 20 "node_modules",
21 "bower_components", 21 "bower_components",
22 "test", 22 "test",
23 "tests" 23 "tests"
24 ] 24 ]
25 } 25 }
26   26