-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "peer-crdt-bind-codemirror",
"version": "0.1.1",
"description": "Binds a Codemirror editor and peer-crdt",
"main": "src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/peer-crdt-bind-codemirror.git"
},
"keywords": [
"p2p",
"CRDT",
"codemirror",
"binding"
],
"author": "Pedro Teixeira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/peer-crdt-bind-codemirror/issues"
},
"homepage": "https://github.com/ipfs-shipyard/peer-crdt-bind-codemirror#readme",
"dependencies": {
"cids": "^0.5.2",
"fast-diff": "^1.1.2",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
"p-limit": "^1.2.0"
}
}