autobounty/package.json

29 lines
686 B
JSON
Raw Normal View History

2017-03-07 12:24:01 +01:00
{
"name": "autobounty",
2017-03-07 12:24:01 +01:00
"version": "1.0.0",
"description": "Automatically award bounty specified to the address in issue tracker",
2017-03-07 12:24:01 +01:00
"main": "index.js",
"scripts": {
"start": "node index.js",
2018-01-23 14:39:12 +01:00
"test": "./node_modules/mocha/bin/mocha"
2017-03-07 12:24:01 +01:00
},
"author": "",
"license": "ISC",
"dependencies": {
2017-06-11 11:53:57 +05:30
"body-parser": "^1.17.2",
2018-01-23 14:39:12 +01:00
"chai": "^4.1.2",
2017-03-07 12:24:01 +01:00
"cors": "^2.8.1",
"eslint": "^4.15.0",
2018-02-27 11:10:17 +01:00
"ethers": "^2.2.6",
2017-03-07 12:24:01 +01:00
"ethjs-provider-signer": "^0.1.4",
"ethjs-query": "^0.2.4",
"ethjs-signer": "^0.1.1",
2017-03-10 10:01:43 +01:00
"express": "^4.15.2",
2018-01-20 13:51:57 +01:00
"helmet": "^3.9.0",
2018-01-17 16:48:56 +00:00
"lodash": "^4.17.4",
2018-01-23 14:39:12 +01:00
"mocha": "^5.0.0",
2018-01-22 12:24:19 +01:00
"web3": "^0.18.2",
2018-01-22 12:55:54 +01:00
"winston": "^3.0.0-rc1"
2017-03-07 12:24:01 +01:00
}
}