Files
2026-03-20 17:13:38 +01:00

41 lines
735 B
JSON

{
"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"
}
}