UNPKG

1.13 kBJSONView Raw
1{
2 "name": "sharedb",
3 "version": "1.8.0",
4 "description": "JSON OT database backend",
5 "main": "lib/index.js",
6 "dependencies": {
7 "arraydiff": "^0.1.1",
8 "async": "^2.6.3",
9 "fast-deep-equal": "^2.0.1",
10 "hat": "0.0.3",
11 "ot-json0": "^1.0.1"
12 },
13 "devDependencies": {
14 "chai": "^4.2.0",
15 "coveralls": "^3.0.7",
16 "eslint": "^6.5.1",
17 "eslint-config-google": "^0.14.0",
18 "lolex": "^5.1.1",
19 "mocha": "^8.2.1",
20 "nyc": "^14.1.1",
21 "ot-json1": "^0.3.0",
22 "sharedb-legacy": "npm:sharedb@=1.1.0",
23 "sinon": "^7.5.0"
24 },
25 "scripts": {
26 "docs:install": "cd docs && bundle install",
27 "docs:build": "cd docs && bundle exec jekyll build",
28 "docs:start": "cd docs && bundle exec jekyll serve --livereload",
29 "test": "mocha",
30 "test-cover": "nyc --temp-dir=coverage -r text -r lcov npm test",
31 "lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
32 "lint:fix": "npm run lint -- --fix"
33 },
34 "repository": {
35 "type": "git",
36 "url": "git://github.com/share/sharedb.git"
37 },
38 "author": "Nate Smith and Joseph Gentle",
39 "license": "MIT"
40}