UNPKG

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