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{
"name": "ydoc-demo",
"version": "0.0.1",
"description": "sample application of ydoc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwb1994/ydoc-demo.git"
},
"author": {
"name": "wenbo.dong",
"email": "wenber.dong@gmail.com",
"url": "http://ymfe.tech"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/dwb1994/ydoc-demo/issues"
},
"homepage": "https://github.com/dwb1994/ydoc-demo#readme",
"dependencies": {
"ydoc": "^3.0.0"
}
}