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
419 B

4 years ago
{
"name": "@ecentrics/drizzle",
"version": "0.5.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": "gitlab:ECEntrics/drizzle",
4 years ago
"dependencies": {
"deepmerge": "~4.2.2",
"is-plain-object": "~5.0.0",
"redux": "~4.0.5",
"redux-saga": "~1.1.3",
4 years ago
"web3": "~1.3.4"
4 years ago
}
}