UNPKG

738 BJSONView Raw
1{
2 "name": "hubot-codinglove",
3 "description": "A script for Hubot to display meme from thecodinglove and lesjoiesducode.",
4 "version": "0.1.1",
5 "author": "Yves Brissaud <yves.brissaud@gmail.com",
6 "license": "MIT",
7
8 "keywords": [
9 "hubot",
10 "hubot-scripts"
11 ],
12
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/eunomie/hubot-codinglove.git"
16 },
17
18 "bugs": {
19 "url": "https://github.com/eunomie/hubot-codinglove/issues"
20 },
21
22 "dependencies": {
23 "coffee-script": "~1.6",
24 "cheerio": "0.7.0",
25 "ent": "0.1.0"
26 },
27
28 "devDependencies": {
29 "mocha": "*",
30 "chai": "*",
31 "sinon-chai": "*",
32 "sinon": "*"
33 },
34
35 "main": "index.coffee",
36
37 "scripts": {
38 "test": "script/test"
39 }
40}