1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
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-02-03 17:14:55 +01:00
"version": "~0.9.0"
2019-04-09 12:50:49 +02:00
},
{
"name": "aquarius",
2020-01-31 12:23:03 +01:00
"version": "~1.0.7"
2019-09-13 11:21:02 +02:00
},
{
"name": "events-handler",
2020-01-28 19:42:07 +01:00
"version": "~0.4.4"
}
]
2019-01-30 16:59:44 +01:00
}