was.js – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 1... Line 1...
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",
Line 20... Line 19...
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 }