forked from ibolmo/task-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 906 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
40
41
42
{
"name": "CodeRGV-TaskBot",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": {
"name": "Olmo Maldonado",
"email": "[email protected]",
"url": "http://www.codergv.org/"
},
"homepage": "http://www.codergv.org/",
"repository": {
"type": "git",
"url": "https://github.com/codergv/task-bot"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"botkit": "0.0.7",
"cloud-env": "^0.2.1",
"date.js": "^0.3.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-livereload": "0.0.24",
"fecha": "^2.0.0",
"firebase": "^2.4.1",
"jade": "^1.11.0",
"jade-async": "^1.1.7",
"keen-js": "^3.4.0",
"moment": "^2.12.0",
"q": "^1.4.1"
},
"devDependencies": {
"should": "^8.2.2",
"sinon": "^1.17.3"
},
"bundleDependencies": [],
"private": true,
"main": "bot.js"
}