scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 58  →  ?path2? @ 59
/bower.json
@@ -0,0 +1,39 @@
{
"name": "scratch",
"description": "Asset sharing platform.",
"main": "index.html",
"keywords": [
"quick",
"upload",
"asset",
"file",
"image",
"storage",
"short",
"URL",
"address"
],
"authors": [
"Wizardry and Steamworks <office@grimore.org>"
],
"license": "GPLv3",
"homepage": "http://grimore.org/web/scratch",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.1",
"bootstrap": "^3.3.7",
"trumbowyg": "^2.5.1",
"clipboard": "^1.6.1",
"fingerprintjs2": "^1.5.0",
"js-cookie": "^2.1.3",
"bootstrap-validator": "^0.11.9",
"dropzone": "^4.3.0"
}
}