status-github-bot/package.json

42 lines
924 B
JSON
Raw Normal View History

2018-01-22 13:48:57 +00:00
{
"name": "status-github-bot",
"version": "1.0.0",
"description": "",
"author": "Pedro Pombeiro <pombeirp@users.noreply.github.com> (https://github.com/status-im/status-github-bot)",
"license": "ISC",
"repository": "https://github.com/status-im/status-github-bot.git",
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard"
},
"dependencies": {
"probot": "^5.0.0",
"probot-config": "^0.1.0",
2018-01-23 17:33:07 +00:00
"probot-gpg-status": "^0.5.2",
2018-01-22 15:05:10 +00:00
"probot-slack-status": "^0.2.2",
"unfurl": "github:probot/unfurl",
"wip-bot": "github:gr2m/wip-bot"
2018-01-22 13:48:57 +00:00
},
"devDependencies": {
"jest": "^22.1.4",
"smee-client": "^1.0.1",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 7.7.0",
"npm": ">= 4.0.0"
},
"standard": {
"env": [
"jest"
]
2018-01-22 15:05:10 +00:00
},
"probot": {
"plugins": [
"probot-gpg-status",
"unfurl",
"wip-bot"
2018-01-22 15:05:10 +00:00
]
2018-01-22 13:48:57 +00:00
}
}