corrade-http-templates – Diff between revs 38 and 42

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 38 Rev 42
1 { 1 {
2 "name": "instantMessage", 2 "name": "instantMessage",
3 "authors": [ 3 "authors": [
4 "Wizardry and Steamworks <office@grimore.org>" 4 "Wizardry and Steamworks <office@grimore.org>"
5 ], 5 ],
6 "description": "Corrade SecondLife HTTP template for Corrade", 6 "description": "Corrade SecondLife HTTP template for Corrade",
7 "main": "instantMessage.html", 7 "main": "instantMessage.html",
8 "keywords": [ 8 "keywords": [
9 "Corrade", 9 "Corrade",
10 "SecondLife", 10 "SecondLife",
11 "HTTP", 11 "HTTP",
12 "template", 12 "template",
13 "Corrade" 13 "Corrade"
14 ], 14 ],
15 "license": "GPL-3.0", 15 "license": "GPL-3.0",
16 "homepage": "http://grimore.org", 16 "homepage": "http://grimore.org",
17 "private": true, 17 "private": true,
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 "dependencies": { 25 "dependencies": {
26 "bootstrap": "^3.3.7", 26 "bootstrap": "^3.3.7",
27 "bootstrap-validator": "^0.11.9", 27 "bootstrap-validator": "^0.11.9",
28 "velocity": "^1.5.0" 28 "velocity": "^1.5.0",
-   29 "jquery-ui": "^1.12.1"
29 } 30 }
30 } 31 }
31   32