sharedb
Version:
JSON OT database backend
30 lines (29 loc) • 697 B
JSON
{
"name": "sharedb",
"version": "0.11.36",
"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",
"ot-json0": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.11.8",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.3"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"test-cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/share/sharedb.git"
},
"author": "Nate Smith and Joseph Gentle",
"license": "MIT"
}