-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.03 KB
/
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": "webstrates-file-system",
"version": "2.2.1",
"description": "Mounts a Webstrate document as a file on disk, propagating changes between the file and document.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kristian Antonsen",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^3.0.1",
"diff-match-patch": "^1.0.1",
"fs-extra": "^6.0.0",
"html-to-jsonml": "0.0.6",
"json0-ot-diff": "^1.0.3",
"jsonml-tools": "git+http://github.com/Webstrates/jsonml-tools.git#master",
"md5-file": "^4.0.0",
"minimist": "^1.2.0",
"request": "^2.88.0",
"sharedb": "^0.11.37",
"websocket": "^1.0.26"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Webstrates/Webstrates-file-system.git"
},
"keywords": [
"webstrates",
"ot",
"jsonml"
],
"bin": {
"wfs": "./index.js",
"webstratesfs": "./index.js"
},
"preferGlobal": true
}