-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 893 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 893 Bytes
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
41
{
"name": "editorial",
"version": "1.0.0",
"description": "Write together as peers",
"main": "index.js",
"scripts": {
"test": "standard"
},
"dependencies": {
"pamphlet": "^4.0.0",
"prosemirror-keymap": "^1.1.4",
"y-indexeddb": "^9.0.3",
"y-prosemirror": "^0.3.5",
"y-webrtc": "^10.1.5",
"yjs": "^13.2.0"
},
"devDependencies": {
"standard": "^14.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pamphlets/editorial.git"
},
"keywords": [
"pamphlet",
"collaborative",
"editing",
"p2p",
"peer",
"webrtc",
"prosemirror",
"yjs",
"crdt"
],
"author": "Brecht Savelkoul <brecht.savelkoul@alumni.lse.ac.uk>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pamphlets/editorial/issues"
},
"homepage": "https://github.com/pamphlets/editorial#readme"
}