autobounty/package.json

26 lines
630 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",
"eslint": "^4.15.0",
2017-03-07 11:24:01 +00:00
"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-20 12:51:57 +00:00
"helmet": "^3.9.0",
2018-01-17 16:48:56 +00:00
"lodash": "^4.17.4",
2018-01-22 11:24:19 +00:00
"web3": "^0.18.2",
2018-01-22 11:55:54 +00:00
"winston": "^3.0.0-rc1"
2017-03-07 11:24:01 +00:00
}
}