UNPKG

699 BJSONView Raw
1{
2 "name": "hubot-factoids-loche",
3 "description": "Factoids for Hubot",
4 "version": "0.3.30",
5 "author": {
6 "name": "Jeff Houde",
7 "email": "lochemage@webcabin.org",
8 "url": "https://github.com/lochemage"
9 },
10 "license": "MIT",
11 "keywords": [
12 "hubot",
13 "hubot-scripts",
14 "factoids"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/Lochemage/hubot-factoids"
19 },
20 "dependencies": {
21 "coffee-script": "~1.6"
22 },
23 "devDependencies": {
24 "chai": "*",
25 "hubot": "^2.7.5",
26 "hubot-mock-adapter": "^1.0.0",
27 "mocha": "*",
28 "sinon": "*",
29 "sinon-chai": "*"
30 },
31 "main": "index.coffee",
32 "scripts": {
33 "test": "script/test"
34 }
35}