1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
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",
2019-05-21 11:16:52 +02:00
"version": "~0.9.7"
2019-02-18 11:06:33 +01:00
},
{
"name": "brizo",
2019-05-21 11:16:52 +02:00
"version": "~0.3.6"
2019-02-18 11:06:33 +01:00
},
{
"name": "aquarius",
"version": "~0.2.6"
2019-02-18 11:06:33 +01:00
},
{
"name": "squid-js",
2019-05-31 21:33:12 +02:00
"version": "~0.5.14"
2019-04-11 19:41:42 +02:00
},
{
"name": "faucet",
"version": "~0.2.0"
2019-02-18 11:06:33 +01:00
}
]
}