status-github-bot/package.json

52 lines
1.2 KiB
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": {
2018-02-08 12:11:29 +00:00
"eslint": "^4.17.0",
"hashmap": "^2.3.0",
"jenkins": "^0.20.1",
"mem-cache": "0.0.5",
2018-01-22 13:48:57 +00:00
"probot": "^5.0.0",
"probot-config": "^0.1.0",
2018-01-23 17:45:59 +00:00
"probot-gpg-status": "^0.5.4",
"probot-scheduler": "^1.0.3",
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": {
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
2018-02-08 12:11:29 +00:00
"jest": "^22.2.1",
2018-01-22 13:48:57 +00:00
"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
}
}