-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "slack-review",
"version": "1.0.0",
"description": "Post the opened Pull request to Slack channel.",
"author": "Muhannad Abdelrazek <[email protected]>",
"license": "ISC",
"repository": "https://github.com/Muhnad/slack-review.git",
"homepage": "https://github.com/Muhnad/slack-review#readme",
"bugs": "https://github.com/Muhnad/slack-review/issues",
"files": [
"index.js",
"src/"
],
"keywords": [
"probot",
"pull request",
"slack",
"code review",
"team review"
],
"scripts": {
"start": "probot run ./index.js"
},
"dependencies": {
"axios": "^0.18.0",
"probot": "^5.0.0",
"query-string": "^5.1.0"
},
"devDependencies": {
"smee-client": "^1.0.1",
"standard": "^10.0.3"
},
"engines": {
"node": "8",
"npm": ">= 4.0.0"
}
}