forked from ggauravr/slack-terminalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 885 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
{
"name": "slack-terminalize",
"version": "1.0.1",
"description": "Module to help build a custom command-line vocabulary for your bot",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/* --reporter spec",
"cover": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:gnramesh/slack-terminalize.git"
},
"keywords": [
"slack",
"terminal",
"cli",
"hubot"
],
"author": {
"name": "Gaurav Ramesh",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@slack/client": "^2.3.0",
"npm": "^6.0.0",
"winston": "^2.2.0"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"mocha": "^2.3.4"
}
}