mirror of https://gitlab.com/ecentrics/breeze
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
445 B
17 lines
445 B
{
|
|
"name": "@ezerous/breeze",
|
|
"version": "0.3.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.51.0",
|
|
"is-plain-object": "~5.0.0",
|
|
"orbit-db": "~0.26.0",
|
|
"orbit-db-identity-provider": "~0.3.1",
|
|
"redux-saga": "~1.1.3"
|
|
}
|
|
}
|
|
|