-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "hubot-eavesdrop",
"description": "A hubot script to perform actions when user-specified keywords are mentioned.",
"version": "2.3.0",
"author": "Chris Contolini <contolini@users.noreply.github.com>",
"license": "CC0-1.0",
"keywords": [
"hubot",
"hubot-script",
"eavesdrop"
],
"repository": {
"type": "git",
"url": "git://github.com/catops/hubot-eavesdrop.git"
},
"bugs": {
"url": "https://github.com/catops/hubot-eavesdrop/issues"
},
"dependencies": {
"coffee-script": "1.10.0",
"quick-gist": "1.3.1"
},
"devDependencies": {
"chai": "*",
"grunt": "1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.13.0",
"matchdep": "~1.0.1",
"mocha": "*",
"sinon": "*",
"sinon-chai": "*"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}