forked from share/sharedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 880 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
{
"name": "sharedb",
"version": "1.0.0-beta.8",
"description": "JSON OT database backend",
"main": "lib/index.js",
"dependencies": {
"arraydiff": "^0.1.1",
"async": "^1.4.2",
"deep-is": "^0.1.3",
"hat": "0.0.3",
"make-error": "^1.1.1",
"ot-json0": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.11.8",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.2",
"mocha": "^3.2.0",
"sharedb-mingo-memory": "^1.0.0-beta"
},
"scripts": {
"test": "./node_modules/.bin/mocha && npm run jshint",
"test-cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha",
"jshint": "./node_modules/.bin/jshint lib/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/share/sharedb.git"
},
"author": "Nate Smith and Joseph Gentle",
"license": "MIT"
}