autobounty/package.json

23 lines
552 B
JSON
Raw Normal View History

2017-03-07 11:24:01 +00:00
{
"name": "autobounty",
2017-03-07 11:24:01 +00:00
"version": "1.0.0",
"description": "Automatically award bounty specified to the address in issue tracker",
2017-03-07 11:24:01 +00:00
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-06-11 06:23:57 +00:00
"body-parser": "^1.17.2",
2017-03-07 11:24:01 +00:00
"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",
2018-01-17 16:48:56 +00:00
"lodash": "^4.17.4",
2017-03-10 09:01:43 +00:00
"web3": "^0.18.2"
2017-03-07 11:24:01 +00:00
}
}