-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
39 lines (39 loc) · 848 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": "starbot",
"description": "Starbot is GitHub's trending open-source page, reincarnated as a Slack bot",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node ./src",
"notify": "node ./src/tasks/notify",
"test": "standard"
},
"author": {
"email": "[email protected]",
"name": "Matthew Creager",
"url": "https://twitter.com/matt_creager"
},
"bugs": {
"url": "https://github.com/mattcreager"
},
"dependencies": {
"body-parser": "^1.15.0",
"botkit": "0.0.7",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-http-proxy": "^0.6.0",
"github-trending": "^1.3.1",
"lodash": "^4.6.1",
"slack": "^6.1.0"
},
"keywords": [
"slack",
"slack-bot",
"bot",
"heroku"
],
"license": "MIT",
"engines": {
"node": "5.7.1"
}
}