fluffy – Diff between revs 1 and 6

Subversion Repositories:
Rev:
Only display areas with differencesRegard whitespace
Rev 1 Rev 6
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",
-   20 "bootstrap-select": "^1.12.4",
19 "bootstrap-validator": "^0.11.9", 21 "bootstrap-validator": "^0.11.9",
20 "dropzone": "^5.2.0", -  
21 "jquery": "^3.2.1" 22 "jquery": "^3.2.1"
22 } 23 }
23 } 24 }
24   25