autobounty/package.json

29 lines
686 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",
2018-01-23 13:39:12 +00:00
"test": "./node_modules/mocha/bin/mocha"
2017-03-07 11:24:01 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
2017-06-11 06:23:57 +00:00
"body-parser": "^1.17.2",
2018-01-23 13:39:12 +00:00
"chai": "^4.1.2",
2017-03-07 11:24:01 +00:00
"cors": "^2.8.1",
"eslint": "^4.15.0",
2018-02-27 10:10:17 +00:00
"ethers": "^2.2.6",
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-23 13:39:12 +00:00
"mocha": "^5.0.0",
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
}
}