@joepdooper/mini-editor
Version:
A lightweight, dependency-free WYSIWYG editor implemented in vanilla JavaScript.
41 lines (40 loc) • 928 B
JSON
{
"name": "@joepdooper/mini-editor",
"version": "1.0.2",
"description": "A lightweight, dependency-free WYSIWYG editor implemented in vanilla JavaScript.",
"keywords": [
"editor",
"text-editor",
"rich-text",
"wysiwyg",
"contenteditable",
"inline-editor",
"toolbar",
"javascript",
"lightweight",
"minimal",
"html-editor",
"custom-toolbar",
"inline-styling",
"formatting",
"mini-editor"
],
"homepage": "https://github.com/joepdooper/mini-editor#readme",
"bugs": {
"url": "https://github.com/joepdooper/mini-editor/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joepdooper/mini-editor.git"
},
"license": "MIT",
"author": "Joep Dooper",
"type": "module",
"main": "MiniEditor.js",
"exports": {
".": "./MiniEditor.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}