commons/library.json

26 lines
438 B
JSON
Raw Normal View History

2019-02-18 11:06:33 +01:00
{
2019-02-18 13:38:18 +01:00
"name": "commons-marketplace",
2019-02-18 11:06:33 +01:00
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace.git"
},
2019-02-18 13:38:18 +01:00
"dependencies": [
{
2019-02-18 11:06:33 +01:00
"name": "keeper-contracts",
"version": "~0.6.12"
},
{
"name": "brizo",
"version": "~0.2.0"
},
{
"name": "aquarius",
"version": "~0.1.8"
},
{
"name": "squid-js",
"version": "~0.3.0"
}
]
}