UNPKG

1.21 kBJSONView Raw
1{
2 "name": "hubot-memes",
3 "version": "1.2.0",
4 "description": "Meme generator from memegen.link",
5 "main": "index.coffee",
6 "author": {
7 "name": "Lilybeth Shields",
8 "email": "lilyonalillypad@gmail.com",
9 "url": "https://github.com/lilybethsheilds"
10 },
11 "contributors": [{
12 "name": "Wayne Graham",
13 "email": "wayne.graham@gmail.com",
14 "url": "https://github.com/waynegraham"
15 },{
16 "name": "Seth Aten",
17 "url": "https://github.com/SethAten"
18 },{
19 "name": "Michael Reeves",
20 "url": "https://github.com/mreeves1"
21 },{
22 "name": "James Ascher",
23 "url": "https://github.com/cacology"
24 }
25 ],
26 "keywords": [
27 "hubot",
28 "hubot-scripts",
29 "meme",
30 "generator"
31 ],
32 "license": "MIT",
33 "scripts": {
34 "test": "script/test"
35 },
36 "homepage": "https://github.com/waynegraham/hubot-memes/",
37 "repository": {
38 "type": "git",
39 "url": "https://github.com/waynegraham/hubot-memes.git"
40 },
41 "bugs": {
42 "url": "https://github.com/waynegraham/hubot-memes/issues"
43 },
44 "dependencies": {
45 "hubot": ">= 2.4.0",
46 "coffee-script": "~1.6"
47 },
48 "devDependencies": {
49 "mocha": "*",
50 "chai": "*",
51 "sinon-chai": "*",
52 "sinon": "*"
53 }
54}