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.

17 lines
411 B

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