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.

18 lines
439 B

4 years ago
{
"name": "@ezerous/breeze",
"version": "0.2.0",
4 years ago
"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.48.2",
4 years ago
"is-plain-object": "4.1.1",
"orbit-db": "0.25.3",
4 years ago
"orbit-db-identity-provider": "0.3.1",
"redux-saga": "1.1.3"
}
}