2017-03-07 11:24:01 +00:00
|
|
|
{
|
2017-06-10 13:39:53 +00:00
|
|
|
"name": "autobounty",
|
2017-03-07 11:24:01 +00:00
|
|
|
"version": "1.0.0",
|
2017-06-10 13:39:53 +00:00
|
|
|
"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": {
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|