forked from share/sharedb
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 915 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": "@teamwork/sharedb",
"version": "3.1.1",
"description": "JSON OT database backend",
"main": "lib/index.js",
"dependencies": {
"arraydiff": "^0.1.1",
"async": "^2.6.1",
"deep-is": "^0.1.3",
"hat": "0.0.3",
"make-error": "^1.1.1",
"ot-json0": "^1.0.1"
},
"devDependencies": {
"@teamwork/ot-rich-text": "^8.1.0",
"coveralls": "^3.0.2",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.6",
"lolex": "^3.0.0",
"mocha": "^5.2.0",
"ot-text": "^1.0.1",
"rich-text": "^3.1.0",
"sinon": "^7.1.1",
"fast-diff": "^1.2.0"
},
"scripts": {
"test": "mocha",
"test-cover": "istanbul cover _mocha",
"jshint": "jshint lib/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/teamwork/sharedb.git"
},
"author": "Nate Smith, Joseph Gentle and Greg Kubisa",
"license": "MIT"
}