-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "hubot-external-commands",
"version": "0.2.1",
"description": "This is a hubot extension designed to allow you to break free from node, coffeescript, and javascript and still have all the chat operations you'd like.",
"author": "stahnma",
"license": "MIT",
"main": "index.coffee",
"homepage": "https://github.com/stahnma/hubot-external-commands",
"scripts": {
"dev": "HUBOT_EXTERNAL_COMMANDS_DIR=$PWD/fixtures/shell PATH=$PATH:node_modules/.bin hubot -r src -r fixtures/help --alias '!'",
"lint": "jshint src/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stahnma/hubot-external-commands.git"
},
"keywords": [
"external",
"commands",
"hubot",
"shell",
"bot",
"hubot-scripts"
],
"bugs": {
"url": "https://github.com/stahnma/hubot-external-commands/issues"
},
"devDependencies": {
"chai": "^4.3.10",
"coffee-script": "^1.12.7",
"hubot-test-helper": "^1.9.0",
"js-beautify": "^1.14.3",
"jshint": "^2.13.4",
"matchdep": "^2.0.0",
"mocha": "^10.2.0",
"nock": "^13.3.3",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0"
}
}