was.js – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1 { 1 {
2 "name": "was.js", 2 "name": "was",
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 "main": "", -  
8 "keywords": [ 7 "keywords": [
9 "wizardry", 8 "wizardry",
10 "steamworks", 9 "steamworks",
11 "javascript", 10 "javascript",
12 "jquery", 11 "jquery",
13 "library", 12 "library",
14 "utilities", 13 "utilities",
15 "extensions" 14 "extensions"
16 ], 15 ],
17 "license": "GPL-3.0", 16 "license": "GPL-3.0",
18 "homepage": "http://grimore.org", 17 "homepage": "http://grimore.org",
19 "ignore": [ 18 "ignore": [
20 "**/.*", 19 "**/.*",
21 "node_modules", 20 "node_modules",
22 "bower_components", 21 "bower_components",
23 "test", 22 "test",
24 "tests" 23 "tests"
25 ], 24 ]
26 "dependencies": { -  
27 "jQuery": "^3.2.1" -  
28 } -  
29 } 25 }
30   26