A reactive data-store for OrbitDB
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
439 B

{
"name": "@ezerous/breeze",
"version": "0.1.0",
"description": "A reactive data-store for OrbitDB.",
"license": "MIT",
"author": "Ezerous <ezerous@gmail.com>",
"main": "src/index.js",
"repository": "github:Ezerous/breeze",
"dependencies": {
"deepmerge": "4.2.2",
"ipfs": "0.50.1",
"is-plain-object": "4.1.1",
"orbit-db": "0.25.1",
"orbit-db-identity-provider": "0.3.1",
"redux-saga": "1.1.3"
}
}