1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/library.json
Matthias Kretschmann 1b336e2e80
version number fixes
* add loading state
* add error state
* handle connection errors
* backwards compatibility for all components
* small spinner variant
2019-06-11 20:44:04 +02:00

30 lines
477 B
JSON

{
"name": "commons",
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons.git"
},
"dependencies": [
{
"name": "keeper-contracts",
"version": "~0.9.7"
},
{
"name": "brizo",
"version": "~0.3.9"
},
{
"name": "aquarius",
"version": "~0.2.6"
},
{
"name": "squid-js",
"version": "~0.5.14"
},
{
"name": "faucet",
"version": "~0.2.4"
}
]
}