scratch – Blame information for rev 59

Subversion Repositories:
Rev:
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 ],
19 "license": "GPLv3",
20 "homepage": "http://grimore.org/web/scratch",
21 "private": true,
22 "ignore": [
23 "**/.*",
24 "node_modules",
25 "bower_components",
26 "test",
27 "tests"
28 ],
29 "dependencies": {
30 "jquery": "^3.1.1",
31 "bootstrap": "^3.3.7",
32 "trumbowyg": "^2.5.1",
33 "clipboard": "^1.6.1",
34 "fingerprintjs2": "^1.5.0",
35 "js-cookie": "^2.1.3",
36 "bootstrap-validator": "^0.11.9",
37 "dropzone": "^4.3.0"
38 }
39 }