-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}