library.json with versions

This commit is contained in:
Jernej Pregelj 2019-02-18 11:06:33 +01:00
parent 7f4735e46c
commit fc2b5b76e3
1 changed files with 24 additions and 0 deletions

24
library.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Squid JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace.git"
},
"dependencies": [{
"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"
}
]
}