-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 891 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": "bs-automerge",
"version": "0.3.5",
"description": "Reason + BuckleScript bindings to Automerge",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"prepare": "npm link bs-platform"
},
"repository": {
"type": "git",
"url": "https://github.com/jhrdina/bs-automerge.git"
},
"homepage": "https://github.com/jhrdina/bs-automerge#readme",
"bugs": "https://github.com/jhrdina/bs-automerge/issues",
"keywords": [
"reason",
"bucklescript",
"crdt",
"data structures",
"replication"
],
"author": "",
"license": "MIT",
"dependencies": {
"automerge": "^0.8.0",
"bs-immutablejs": "github:reasonml-community/bs-immutablejs",
"rex-json": "github:jhrdina/rex-json#js-perf-hack"
},
"devDependencies": {
"bs-platform": "^5.0.0"
}
}