fluffy – Diff between revs 6 and 9

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 6 Rev 9
1 { 1 {
2 "name": "fluffy", 2 "name": "fluffy",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "fluffy services tag cloud", 4 "description": "fluffy services tag cloud",
5 "main": "index.html", 5 "main": "index.html",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "keywords": [ 9 "keywords": [
10 "services", 10 "services",
11 "server", 11 "server",
12 "tag", 12 "tag",
13 "cloud" 13 "cloud"
14 ], 14 ],
15 "author": "Wizardry and Steamworks <office@grimore.org>", 15 "author": "Wizardry and Steamworks <office@grimore.org>",
16 "license": "GPL-3.0", 16 "license": "GPL-3.0",
17 "dependencies": { 17 "dependencies": {
18 "bootstrap": "^3.3.7", 18 "bootstrap": "^3.3.7",
19 "bootstrap-fileinput": "^4.4.6", 19 "bootstrap-fileinput": "^4.4.6",
20 "bootstrap-select": "^1.12.4", 20 "bootstrap-select": "^1.12.4",
21 "bootstrap-validator": "^0.11.9", 21 "bootstrap-validator": "^0.11.9",
-   22 "interact.js": "^1.2.8",
22 "jquery": "^3.2.1" 23 "jquery": "^3.2.1",
-   24 "js-cookie": "^2.2.0",
-   25 "was.wm.js": "^1.0.0"
23 } 26 }
24 } 27 }
25   28