-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 723 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 723 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
{
"name": "braid-babel-fish",
"version": "1.0.0",
"description": "Babel Fish Proof-Of-Concept for Braid + ShareDB",
"main": "server.js",
"scripts": {
"build": "mkdir -p static/dist/ && ./node_modules/.bin/browserify client.js -o static/dist/bundle.js",
"start": "node server.js"
},
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"automerge": "^0.10.1",
"clone": "^2.1.2",
"express": "^4.17.1",
"ot-text": "^1.0.2",
"ottypes": "^1.0.3",
"sharedb": "^1.0.0-beta.23",
"ws": "^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slickytail/Braid-Performance.git"
},
"devDependencies": {
"browserify": "^16.2.3"
}
}