hubot-kredits/package.json
2017-05-13 15:49:38 +02:00

38 lines
969 B
JSON

{
"name": "hubot-kredits",
"version": "1.4.5",
"description": "Kosmos Kredits functionality for chat bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kredits-wallet-create": "scripts/create-wallet.js"
},
"dependencies": {
"ethereumjs-wallet": "mvayngrib/ethereumjs-wallet",
"kredits-contracts": "2.0.0",
"node-fetch": "^1.6.3",
"prompt": "^1.0.0",
"web3": "^0.18.4",
"web3-provider-engine": "^12.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/67P/hubot-kredits.git"
},
"keywords": [
"kosmos"
],
"author": "Kosmos Developers <mail@kosmos.org>",
"contributors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Michael Bumann <hello@michaelbumann.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/67P/hubot-kredits/issues"
},
"homepage": "https://github.com/67P/hubot-kredits#readme"
}