UNPKG

802 BJSONView Raw
1{
2 "name": "hubot-slack-relay",
3 "description": "Hubot script to relay messages between Slack servers.",
4 "version": "0.0.12",
5 "author": {
6 "name": "David Kassa",
7 "url": "https://github.com/davidkassa"
8 },
9 "license": "MIT",
10 "keywords": [
11 "hubot",
12 "slack",
13 "hubot-scripts",
14 "ingress",
15 "relay"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/davidkassa/hubot-slack-relay.git"
20 },
21 "bugs": {
22 "url": "https://github.com/davidkassa/hubot-slack-relay/issues"
23 },
24 "dependencies": {
25 "coffee-script": "~1.6",
26 "log": "1.4.0",
27 "slack-client": "~1.4.0",
28 "string": "^3.1.1"
29 },
30 "devDependencies": {
31 "parent-require": "^1.0.0"
32 },
33 "main": "index.coffee",
34 "homepage": "https://github.com/davidkassa/hubot-slack-relay"
35}