UNPKG

606 BJSONView Raw
1{
2 "name": "hubot-group-alias",
3 "description": "Hubot page for user @mention aliases",
4 "version": "1.7.0",
5 "author": "Michael Ball <cycomachead@gmail.com>",
6 "license": "MIT",
7 "keywords": [
8 "hubot",
9 "hubot-scripts",
10 "chat",
11 "alias",
12 "groups",
13 "mentions",
14 "emoji"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/cycomachead/hubot-group-alias.git"
19 },
20 "bugs": {
21 "url": "https://github.com/cycomachead/hubot-group-alias/issues"
22 },
23 "dependencies": {
24 "coffee-script": "~1.6",
25 "underscore": "^1.8.2"
26 },
27 "main": "index.coffee"
28}