-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
41 lines (41 loc) · 1.05 KB
/
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
{
"name": "hubot-business-cat",
"version": "1.5.16",
"description": "Hubot script that displays `business cat` images",
"main": "index.coffee",
"author": "Morgan Wigmanich <[email protected]> (https://github.com/okize)",
"keywords": [
"hubot",
"hubot-scripts",
"business",
"jargon",
"cat"
],
"license": "MIT",
"scripts": {
"test": "script/test || true",
"start": "nodemon ./example/server.coffee",
"debug": "coffee --nodejs --debug node_modules/.bin/hubot -r ./src"
},
"homepage": "https://github.com/hubot-scripts/hubot-business-cat/",
"repository": {
"type": "git",
"url": "https://github.com/hubot-scripts/hubot-business-cat.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-business-cat/issues"
},
"dependencies": {
"coffeescript": "^1.12.7"
},
"devDependencies": {
"chai": "^4.3.7",
"express": "^4.18.2",
"hubot": "^3.3.2",
"mocha": "^10.2.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0"
}
}