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