squid-js/package.json

35 lines
949 B
JSON
Raw Normal View History

2018-08-31 10:13:22 +02:00
{
2018-09-06 10:01:57 +02:00
"name": "@oceanprotocol/squid-js",
2018-09-06 10:03:53 +02:00
"version": "0.0.2",
2018-09-06 10:01:57 +02:00
"description": "Ocean JavaScript Library",
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",
2018-09-06 10:01:57 +02:00
"url": "git+https://github.com/oceanprotocol/squid-js.git"
2018-08-31 10:13:22 +02:00
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
2018-09-06 10:01:57 +02:00
"url": "https://github.com/oceanprotocol/squid-js/issues"
2018-08-31 10:13:22 +02:00
},
2018-09-06 10:01:57 +02:00
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
2018-08-31 10:13:22 +02:00
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.1.0",
"truffle-contract": "^3.0.6",
2018-09-03 15:25:40 +02:00
"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
}
}