-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 954 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
39
40
41
42
{
"name": "hubot-advanced-help",
"description": "A hubot help replacement that supports #hashtags",
"version": "0.1.2",
"author": "HelloSign",
"license": "MIT",
"type": "commonjs",
"keywords": [
"hubot",
"hubot-scripts",
"help"
],
"repository": {
"type": "git",
"url": "git://github.com/hellosign/hubot-advanced-help.git"
},
"bugs": {
"url": "https://github.com/hellosign/hubot-advanced-help/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": ">=2 <4"
},
"devDependencies": {
"chai": "^4.3.4",
"coffeescript": "^1.12.7",
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-release": "^0.14.0",
"hubot": "^3.3.2",
"matchdep": "^2.0.0",
"mocha": "^8.4.0",
"sinon": "^10.0.0",
"sinon-chai": "^3.6.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}