1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #121 from oceanprotocol/feature/#115-add-library-file

Added library.json file with the platform dependencies.
This commit is contained in:
Pedro Gutiérrez 2019-01-25 20:43:04 +01:00 committed by GitHub
commit dd5ac166f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]
}