A reactive data-store for web3 and smart contracts
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.
 

16 lines
411 B

{
"name": "@ezerous/drizzle",
"version": "0.1.0",
"description": "A reactive data-store for web3 and smart contracts.",
"license": "MIT",
"author": "Ezerous <ezerous@gmail.com>",
"main": "src/index.js",
"repository": "github:Ezerous/drizzle",
"dependencies": {
"deepmerge": "4.2.2",
"is-plain-object": "4.1.1",
"redux": "4.0.5",
"redux-saga": "1.1.3",
"web3": "1.2.11"
}
}