autobounty/package.json

21 lines
431 B
JSON
Raw Normal View History

2017-03-07 11:24:01 +00:00
{
"name": "kovan-faucet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.1",
"ethjs-provider-signer": "^0.1.4",
"ethjs-query": "^0.2.4",
"ethjs-signer": "^0.1.1",
2017-03-10 09:01:43 +00:00
"express": "^4.15.2",
"web3": "^0.18.2"
2017-03-07 11:24:01 +00:00
}
}