-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 978 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
{
"name": "lunchy",
"version": "1.0.0",
"private": true,
"author": "Pavol Otcenas <[email protected]>",
"description": "Daily Lunch Menus served almost at your plate",
"scripts": {
"bot": "export $(cat .env) && ./bin/hubot",
"test": "export $(cat .env) && mocha --compilers js:babel-register"
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eu": "^1.3.2",
"hubot": "^2.19.0",
"hubot-conversation": "^1.1.1",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-redis-brain": "0.0.3",
"hubot-scripts": "^2.17.2",
"hubot-shell": "^1.0.2",
"hubot-slack": "^3.4.2",
"lodash": "^4.17.4",
"moment": "^2.13.0",
"redis": "^2.5.3",
"request-promise": "^3.0.0"
},
"engines": {
"node": "6.11.x"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}