UNPKG

768 BJSONView Raw
1{
2 "name": "hubot-ingress",
3 "description": "Ingress commands for Hubot",
4 "version": "0.15.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 "ingress"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/hubot-scripts/hubot-ingress.git"
19 },
20 "bugs": {
21 "url": "https://github.com/hubot-scripts/hubot-ingress/issues"
22 },
23 "dependencies": {
24 "coffee-script": "~1.6",
25 "moment-timezone": "~0.3"
26 },
27 "devDependencies": {
28 "mocha": "*",
29 "chai": "*",
30 "sinon-chai": "*",
31 "sinon": "*"
32 },
33 "main": "index.coffee",
34 "scripts": {
35 "test": "script/test"
36 }
37}