mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
38 lines
823 B
JSON
38 lines
823 B
JSON
{
|
|
"name": "medium-editor",
|
|
"version": "4.4.0",
|
|
"homepage": "http://daviferreira.github.io/medium-editor/",
|
|
"authors": [
|
|
"Davi Ferreira <hi@daviferreira.com>",
|
|
"Nate Mielnik <nathan@outlook.com>",
|
|
"Noah Chase <nchase@gmail.com>"
|
|
],
|
|
"description": "Medium.com WYSIWYG editor clone written in pure JavaScript.",
|
|
"main": ["dist/js/medium-editor.js",
|
|
"dist/css/medium-editor.css",
|
|
"dist/css/themes/default.css"],
|
|
"keywords": [
|
|
"contenteditable",
|
|
"wysiwyg",
|
|
"medium",
|
|
"rich-text",
|
|
"editor"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"spec",
|
|
"coverage",
|
|
"reports",
|
|
"_SpecRunner.html",
|
|
"Gruntfile.js",
|
|
"demo",
|
|
"package.json",
|
|
"src/js",
|
|
"README.md",
|
|
"CHANGES.md"
|
|
]
|
|
}
|