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

35 lines
971 B
JSON
Raw Normal View History

2018-08-31 10:13:22 +02:00
{
"name": "@oceanprotocol/keeper-js",
2018-08-31 18:14:30 +02:00
"version": "0.0.3",
2018-08-31 10:13:22 +02:00
"description": "Ocean Javascript Client",
2018-08-31 15:17:12 +02:00
"main": "dist/squid.js",
2018-08-31 10:13:22 +02:00
"scripts": {
2018-08-31 15:17:12 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
2018-09-03 10:36:58 +02:00
"start:dev": "babel src --watch --out-dir dist",
"build": "babel src --out-dir dist"
2018-08-31 10:13:22 +02:00
},
"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"
2018-08-31 15:17:12 +02:00
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
2018-08-31 18:14:27 +02:00
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
2018-08-31 15:17:12 +02:00
"babel-preset-stage-2": "^6.24.1"
2018-08-31 10:13:22 +02:00
}
}