forked from ottypes/json0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 874 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
36
37
38
{
"name": "@reedsy/ot-json0",
"version": "1.1.0-reedsy.1.2.7",
"description": "JSON OT type",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/sharedb": "^5.1.0",
"fast-deep-equal": "^2.0.1"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^9.0.2",
"ot-fuzzer": "^1.0.0"
},
"scripts": {
"tdd": "npm test -- --watch --extension coffee,js",
"test": "mocha --require 'coffee-script/register' 'test/**'"
},
"repository": {
"type": "git",
"url": "git://github.com/reedsy/json0.git"
},
"keywords": [
"ot",
"json",
"sharejs",
"operational-transformation"
],
"author": "Joseph Gentle <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ottypes/json0/issues"
},
"homepage": "https://github.com/ottypes/json0"
}