squid-js/library.json

26 lines
430 B
JSON
Raw Normal View History

{
"name": "Squid JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/squid-js.git"
},
"dependencies": [
{
"name": "keeper-contracts",
2020-01-10 20:30:10 +01:00
"version": "~0.13.2"
},
{
"name": "brizo",
2020-05-27 10:29:16 +02:00
"version": "~0.9.7"
2019-04-09 12:50:49 +02:00
},
{
"name": "aquarius",
2020-05-27 10:29:16 +02:00
"version": "~1.1.0"
2019-09-13 11:21:02 +02:00
},
{
"name": "events-handler",
2020-05-27 10:29:16 +02:00
"version": "~0.4.7"
}
]
2019-01-30 16:59:44 +01:00
}