mirror of https://gitlab.com/ecentrics/drizzle
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
419 B
16 lines
419 B
{
|
|
"name": "@ecentrics/drizzle",
|
|
"version": "0.5.1",
|
|
"description": "A reactive data-store for web3 and smart contracts.",
|
|
"license": "MIT",
|
|
"author": "Ezerous <ezerous@gmail.com>",
|
|
"main": "src/index.js",
|
|
"repository": "gitlab:ECEntrics/drizzle",
|
|
"dependencies": {
|
|
"deepmerge": "~4.2.2",
|
|
"is-plain-object": "~5.0.0",
|
|
"redux": "~4.0.5",
|
|
"redux-saga": "~1.1.3",
|
|
"web3": "~1.3.4"
|
|
}
|
|
}
|
|
|