-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 865 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
{
"name": "braid-text",
"version": "0.5.3",
"description": "Library for collaborative text over http using braid.",
"author": "Braid Working Group",
"repository": "braid-org/braid-text",
"homepage": "https://braid.org",
"scripts": {
"test": "node test/test.js"
},
"main": "server.js",
"types": "server.d.ts",
"files": [
"server.js",
"server.d.ts",
"simpleton-client.js",
"client/simpleton-sync.js",
"client/cursor-sync.js",
"client/textarea-highlights.js",
"client/web-utils.js",
"README.md",
"client/editor.html",
"client/markdown-editor.html",
"server-demo.js"
],
"dependencies": {
"@braid.org/diamond-types-node": "^2.0.1",
"braid-http": "^1.3.106"
},
"peerDependencies": {
"yjs": "^13.6.0"
},
"peerDependenciesMeta": {
"yjs": {
"optional": true
}
}
}