-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 942 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": "gear-help",
"version": "2.1.0",
"description": "A Hubot Gear for enable help and show available commands",
"main": "/src/help.js",
"scripts": {
"test": "istanbul cover --include-all-sources _mocha -- --recursive --reporter spec",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubot-js/gear-help.git"
},
"keywords": [
"hubot-gear",
"hubot",
"slack"
],
"author": "robsonbittencourt",
"license": "MIT",
"bugs": {
"url": "https://github.com/hubot-js/gear-help/issues"
},
"homepage": "https://github.com/hubot-js/gear-help#readme",
"dependencies": {
},
"devDependencies": {
"chai": "^3.5.0",
"sinon": "^2.3.1",
"mocha": "^3.4.1",
"istanbul": "^0.4.5",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-hubot-js": "^1.0.4"
}
}