forked from ndaversa/hubot-github-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "hubot-github-bot",
"description": "A hubot script to list and recurrently remind you about open pull requests and pull request assignments.",
"version": "4.2.1",
"authors": [
"Nino D'Aversa <[email protected]>"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"slack",
"github",
"pull-requests",
"pulls"
],
"repository": {
"type": "git",
"url": "[email protected]:ndaversa/hubot-github-bot.git"
},
"bugs": {
"url": "https://github.com/ndaversa/hubot-github-bot/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"cron": "^1.0.9",
"fuse.js": "^2.0.1",
"moment": "^2.10.6",
"octokat": "^0.5.0-beta.0",
"underscore": "^1.8.3"
},
"main": "index.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ndaversa/hubot-github-bot",
"devDependencies": {},
"author": "Nino D'Aversa <[email protected]> (http://ndaversa.com)"
}