Inital
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "trumbowyg",
|
||||
"version": "2.25.1",
|
||||
"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": [
|
||||
"wysiwyg",
|
||||
"editor",
|
||||
"rich text",
|
||||
"contenteditable",
|
||||
"trumbowyg"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"bower_components",
|
||||
"node_modules",
|
||||
"plugins",
|
||||
"!dist/plugins",
|
||||
"test",
|
||||
"tests",
|
||||
"src",
|
||||
"docs",
|
||||
"sponsors",
|
||||
"banner.jpg",
|
||||
"gulpfile.js",
|
||||
"package.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user