scratch – Diff between revs 79 and 84

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 79 Rev 84
1 { 1 {
2 "name": "scratch", 2 "name": "scratch",
3 "description": "Asset sharing platform.", 3 "description": "Asset sharing platform.",
4 "main": "index.html", 4 "main": "index.html",
5 "keywords": [ 5 "keywords": [
6 "quick", 6 "quick",
7 "upload", 7 "upload",
8 "asset", 8 "asset",
9 "file", 9 "file",
10 "image", 10 "image",
11 "storage", 11 "storage",
12 "short", 12 "short",
13 "URL", 13 "URL",
14 "address" 14 "address"
15 ], 15 ],
16 "authors": [ 16 "authors": [
17 "Wizardry and Steamworks <office@grimore.org>" 17 "Wizardry and Steamworks <office@grimore.org>"
18 ], 18 ],
19 "license": "Creative Commons CC 1.0 Universal (CC0 1.0)", 19 "license": "Creative Commons CC 1.0 Universal (CC0 1.0)",
20 "homepage": "http://grimore.org/web/scratch", 20 "homepage": "http://grimore.org/web/scratch",
21 "private": true, 21 "private": true,
22 "ignore": [ 22 "ignore": [
23 "node_modules", 23 "node_modules",
24 "bower_components", 24 "bower_components",
25 "test", 25 "test",
26 "tests" 26 "tests"
27 ], 27 ],
28 "dependencies": { 28 "dependencies": {
29 "jquery": "^3.1.1", 29 "jquery": "^3.1.1",
30 "bootstrap": "^3.3.7", 30 "bootstrap": "^3.3.7",
31 "trumbowyg": "^2.5.1", 31 "trumbowyg": "^2.5.1",
32 "clipboard": "^1.6.1", 32 "clipboard": "^1.6.1",
33 "fingerprintjs2": "^1.5.0", 33 "fingerprintjs2": "^1.5.0",
34 "js-cookie": "^2.1.3", 34 "js-cookie": "^2.1.3",
35 "bootstrap-validator": "^0.11.9", 35 "bootstrap-validator": "^0.11.9",
36 "dropzone": "^4.3.0", 36 "dropzone": "^4.3.0",
37 "font-awesome": "^4.7.0", 37 "font-awesome": "^4.7.0",
38 "angular": "^1.6.3", 38 "angular": "^1.6.3",
39 "velocity": "^1.4.3", 39 "velocity": "^1.4.3",
40 "bootstrap-toggle": "^2.2.2" 40 "bootstrap-toggle": "^2.2.2",
-   41 "drawingboard.js": "^0.4.6"
41 } 42 }
42 } 43 }
43   44