UNPKG

506 BJSONView Raw
1{
2 "name": "hubot-scripts",
3 "version": "2.5.4",
4
5 "author": "hubot",
6
7 "keywords": [
8 "hubot",
9 "plugin",
10 "scripts",
11 "campfire",
12 "bot",
13 "robot"
14 ],
15
16 "description": "Allows you to opt in to a variety of scripts",
17
18 "licenses": [{
19 "type": "MIT",
20 "url": "https://github.com/github/hubot-scripts/raw/master/LICENSE"
21 }],
22
23 "repository" : {
24 "type": "git",
25 "url": "https://github.com/github/hubot-scripts.git"
26 },
27
28 "dependencies": {
29 "redis": "0.8.4"
30 }
31}