-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.09 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.09 KB
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
43
44
45
46
47
48
49
50
51
{
"name": "hubot-slack-api",
"version": "2.2.0",
"description": "Slack API call extension for Hubot",
"main": "index.js",
"bin": {
"slackage": "./bin/slackage.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ORBAT/hubot-slack-api.git"
},
"keywords": [
"hubot",
"slack",
"api",
"wrapper",
"extension",
"cli",
"command line"
],
"author": "Tom Eklöf <tome@unity3d.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ORBAT/hubot-slack-api/issues"
},
"homepage": "https://github.com/ORBAT/hubot-slack-api#readme",
"dependencies": {
"bluebird": "^2.9.30",
"highland": "^2.5.1",
"json-pointer": "^0.3.0",
"lodash": "^3.10.0",
"nomnom": "^1.8.1",
"request": "^2.58.0",
"yargs": "^3.15.0"
},
"peerDependencies": {
"hubot": "^2.13.2"
},
"devDependencies": {
"mocha": "2.x",
"chai": "1.x",
"sinon": "1.x",
"blanket": "1.x",
"sinon-chai": "2.x",
"mocha-sinon": "1.x",
"chai-as-promised": "4.x",
"sinon-as-promised": "2.x"
},
"scripts": {}
}