latex-editor
Version:
Super Simple Collaborative Latex Editor
41 lines (40 loc) • 910 B
JSON
{
"name": "latex-editor",
"version": "1.0.3",
"description": "Super Simple Collaborative Latex Editor",
"bin": "./latex-editor.js",
"files": [
"bower_components",
"latex-editor.js",
"views"
],
"scripts": {
"start": "node latex-editor.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-js/latex-editor.git"
},
"keywords": [
"Yjs",
"Latex"
],
"author": "Kevin Jahns <kevin.jahns at rwth-aachen.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/latex-editor/issues"
},
"homepage": "https://github.com/y-js/latex-editor#readme",
"dependencies": {
"bower": "^1.7.9",
"express": "^4.13.4",
"fs-extra": "^0.30.0",
"jade": "^1.11.0",
"open": "0.0.5",
"y-array": "^9.0.0",
"y-memory": "^8.0.5",
"y-text": "^9.0.0",
"y-websockets-server": "^9.0.1",
"yjs": "^11.0.3"
}
}