UNPKG

923 BJSONView Raw
1{
2 "name": "hubot-eavesdrop",
3 "description": "A hubot script to perform actions when user-specified keywords are mentioned.",
4 "version": "2.0.0",
5 "author": "Chris Contolini <contolini@users.noreply.github.com>",
6 "license": "CC0-1.0",
7 "keywords": [
8 "hubot",
9 "hubot-script",
10 "eavesdrop"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/catops/hubot-eavesdrop.git"
15 },
16 "bugs": {
17 "url": "https://github.com/catops/hubot-eavesdrop/issues"
18 },
19 "dependencies": {
20 "coffee-script": "1.10.0",
21 "hubot": "2.19.0",
22 "quick-gist": "1.3.1"
23 },
24 "devDependencies": {
25 "chai": "*",
26 "grunt": "1.0.1",
27 "grunt-contrib-watch": "~1.0.0",
28 "grunt-mocha-test": "~0.12.7",
29 "grunt-release": "~0.13.0",
30 "matchdep": "~1.0.1",
31 "mocha": "*",
32 "sinon": "*",
33 "sinon-chai": "*"
34 },
35 "main": "index.coffee",
36 "scripts": {
37 "test": "grunt test"
38 }
39}