-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 Bytes
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
{
"name": "SlackBot",
"version": "1.0.0",
"description": "The SlackBot.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:vasujain/slack-bot-github.git"
},
"keywords": [
"slack",
"bot"
],
"author": "VJ",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasujain/slack-bot-github/issues"
},
"homepage": "https://github.com/vasujain/slack-bot-github#readme",
"engines": {
"node": "5.1.1"
},
"dependencies": {
"beepboop-botkit": "^1.1.1",
"botkit": "0.0.5",
"botkit-storage-mongo": "^1.0.2",
"mongodb": "^1.4.39"
}
}