first commit

This commit is contained in:
Senad Uka
2018-05-07 16:07:00 +02:00
commit 8b4f09f9d5
3368 changed files with 852614 additions and 0 deletions

46
public/bower_components/trumbowyg/.bower.json vendored Executable file
View File

@@ -0,0 +1,46 @@
{
"name": "trumbowyg",
"version": "2.1.0",
"homepage": "https://github.com/Alex-D/Trumbowyg",
"authors": [
{
"name": "Alexandre Demode (Alex-D)",
"email": "contact@alex-d.fr",
"homepage": "http://alex-d.fr"
}
],
"description": "A lightweight WYSIWYG editor",
"main": "dist/trumbowyg.js",
"keywords": [
"editor",
"wysiwyg",
"javascript",
"richtext"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"plugins",
"!dist/plugins",
"test",
"tests",
"src",
"Gulpfile.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.7"
},
"_release": "2.1.0",
"_resolution": {
"type": "version",
"tag": "v2.1.0",
"commit": "fd9be87c33417e3d9d236b988f58deab5361536c"
},
"_source": "https://github.com/Alex-D/Trumbowyg.git",
"_target": "^2.1.0",
"_originalSource": "trumbowyg",
"_direct": true
}