hive-editor-text-codemirror
Version:
Plaintext editor for hive.js
31 lines (30 loc) • 752 B
JSON
{
"name": "hive-editor-text-codemirror",
"version": "0.8.1",
"description": "Plaintext editor for hive.js",
"main": "index.js",
"dependencies": {
"gulf": "4.x",
"gulf-codemirror": "4.x",
"codemirror": "5.x",
"virtual-dom": "2.x",
"ot-text": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hivejs/hive-editor-text-codemirror.git"
},
"keywords": [
"hivejs",
"hive.js"
],
"author": "Marcel Klehr <mklehr@gmx.net>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hivejs/hive-editor-text-codemirror/issues"
},
"homepage": "https://github.com/hivejs/hive-editor-text-codemirror"
}