-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 899 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
{
"name": "awesome-board",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www & bash ./bin/hubot-slack",
"dev": "bash ./bin/start-dev",
"board": "node ./bin/www",
"hubot": "./bin/hubot"
},
"//": "For depencencies, all packages starts with hubot are belonging to Hubot. Others are for awesome-board",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.13.3",
"coffee-script": "^1.10.0",
"cron": "^1.2.1",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.4",
"hubot": "^2.19.0",
"hubot-help": "^0.2.0",
"hubot-mongodb-brain": "^0.1.1",
"hubot-slack": "^3.4.2",
"hubot-slack-attachment": "^1.0.1",
"hubot-slack-reaction": "^0.0.4",
"mongoose": "4.10.8",
"morgan": "^1.6.1",
"plotly": "^1.0.6",
"serve-favicon": "^2.3.0"
},
"engines": {
"node": "6.11.1"
}
}