-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
46
47
48
49
50
{
"name": "roobot",
"version": "1.17.2",
"author": {
"name": "Patrick Connolly",
"email": "[email protected]",
"url": "https://github.com/patcon"
},
"keywords": [
"github",
"hubot",
"irc",
"bot"
],
"description": "A simple helpful robot for Gratipay",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gratipay/roobot.git"
},
"dependencies": {
"coffee-script": "^1.7.1",
"githubot": "^0.4.0",
"hubot": "git://github.com/patcon/hubot.git#update-express",
"hubot-auth": "^1.0.0",
"hubot-factoid": "^0.0.1",
"hubot-freshdesk-ticket-notifier": "^0.1.0",
"hubot-github-repo-event-notifier": "^1.3.1",
"hubot-google-hangouts": "^0.6.0",
"hubot-heroku-deploy-notifier": "^0.1.0",
"hubot-irc": "^0.2.0",
"hubot-pagerduty-github": "^0.0.2",
"hubot-scripts": "^2.5.8",
"hubot-seen": "^0.1.0",
"hubot-tell": "*",
"oauth": "*"
},
"scripts": {
"shrinkwrap": "rm -r node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
}
}