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",
|
2018-02-07 16:59:55 +00:00
|
|
|
"hashmap": "^2.3.0",
|
|
|
|
"jenkins": "^0.20.1",
|
2018-02-04 18:09:13 +00:00
|
|
|
"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",
|
2018-01-23 18:38:25 +00:00
|
|
|
"probot-scheduler": "^1.0.3",
|
2018-01-22 15:05:10 +00:00
|
|
|
"probot-slack-status": "^0.2.2",
|
2018-01-22 18:02:58 +00:00
|
|
|
"unfurl": "github:probot/unfurl",
|
|
|
|
"wip-bot": "github:gr2m/wip-bot"
|
2018-01-22 13:48:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-01-28 08:24:30 +00:00
|
|
|
"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": [
|
2018-01-23 12:20:15 +00:00
|
|
|
"probot-gpg-status",
|
2018-01-22 18:02:58 +00:00
|
|
|
"unfurl",
|
|
|
|
"wip-bot"
|
2018-01-22 15:05:10 +00:00
|
|
|
]
|
2018-01-22 13:48:57 +00:00
|
|
|
}
|
|
|
|
}
|