1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/package.json
Sebastian Gerske 77483956aa initial version
2018-08-31 10:13:22 +02:00

26 lines
666 B
JSON

{
"name": "@oceanprotocol/keeper-js",
"version": "0.1.0",
"description": "Ocean Javascript Client",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceanprotocol/ocean-client-js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oceanprotocol/ocean-client-js/issues"
},
"homepage": "https://github.com/oceanprotocol/ocean-client-js#readme",
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.1.0",
"truffle-contract": "^3.0.6",
"web3": "^0.20.6"
}
}