forked from xpl/git-slack-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "git-slack-notify",
"version": "0.0.1",
"description": "Sends Slack notifications for new commits in Git repositories",
"main": "index",
"scripts": {
"start": "supervisor index"
},
"repository": {
"type": "git",
"url": "https://github.com/xpl/git-slack-notify.git"
},
"keywords": [
"git",
"slack",
"notify",
"watchdog",
"slack-bot"
],
"author": "Vitaly Gordon <[email protected]>",
"license": "Unlicense",
"maintainers": [
{
"name": "Vitaly Gordon",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/xpl/git-slack-notify/issues"
},
"homepage": "https://github.com/xpl/git-slack-notify",
"dependencies": {
"@slack/client": "4.2.0",
"ansicolor": "1.1.72",
"babel-core": "6.24.1",
"babel-plugin-async-to-promises": "1.0.5",
"babel-plugin-transform-async-generator-functions": "6.24.1",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-polyfill": "6.16.0",
"ololog": "1.1.94",
"supervisor": "0.12.0"
},
"devDependencies": {}
}