UNPKG

sharedb-redux

Version:

Bindings to keep ShareDB and Redux in sync.

33 lines (32 loc) 692 B
{ "name": "sharedb-redux", "version": "0.0.1", "description": "Bindings to keep ShareDB and Redux in sync.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/datavis-tech/sharedb-redux.git" }, "keywords": [ "ShareDB", "Redux", "React", "OT", "Operational", "Transform", "Synchronization", "Collaboration" ], "author": "Curran Kelleher", "license": "MIT", "bugs": { "url": "https://github.com/datavis-tech/sharedb-redux/issues" }, "homepage": "https://github.com/datavis-tech/sharedb-redux#readme", "devDependencies": { "mocha": "^3.1.0" } }