mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
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"
|
|
],
|
|
"_release": "4.4.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "4.4.0",
|
|
"commit": "634cde714048a389e4b4a8dc634ab170dc5e1b29"
|
|
},
|
|
"_source": "git://github.com/daviferreira/medium-editor.git",
|
|
"_target": "4.4.*",
|
|
"_originalSource": "medium-editor"
|
|
} |