commons/library.json

30 lines
477 B
JSON
Raw Normal View History

2019-02-18 11:06:33 +01:00
{
2019-04-03 14:40:31 +02:00
"name": "commons",
2019-02-18 11:06:33 +01:00
"repository": {
"type": "git",
2019-04-03 14:40:31 +02:00
"url": "https://github.com/oceanprotocol/commons.git"
2019-02-18 11:06:33 +01:00
},
2019-02-18 13:38:18 +01:00
"dependencies": [
{
2019-02-18 11:06:33 +01:00
"name": "keeper-contracts",
2020-01-22 18:17:09 +01:00
"version": "~0.13.2"
2019-02-18 11:06:33 +01:00
},
{
"name": "brizo",
2020-01-22 18:17:09 +01:00
"version": "~0.8.1"
2019-02-18 11:06:33 +01:00
},
{
"name": "aquarius",
2019-12-06 15:46:47 +01:00
"version": "~1.0.5"
2019-02-18 11:06:33 +01:00
},
{
"name": "squid-js",
2020-01-22 18:17:09 +01:00
"version": "~1.1.0"
2019-04-11 19:41:42 +02:00
},
{
"name": "faucet",
2019-11-07 11:19:12 +01:00
"version": "~0.3.2"
2019-02-18 11:06:33 +01:00
}
]
}