added library.json file with the platform dependencies

This commit is contained in:
Pedro Gutiérrez 2019-01-25 11:18:45 +01:00
parent 1e469504e5
commit baf126e2f1
1 changed files with 17 additions and 0 deletions

17
library.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Squid JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/squid-js.git"
},
"dependencies": [
{
"name": "keeper-contracts",
"version": "~0.5.3"
},
{
"name": "brizo",
"version": ">0.1.7"
}
]
}