-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.61 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "thankubot",
"version": "1.0.0",
"description": "A Slack Bot",
"main": "./index",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"keywords": [
"slack"
],
"dependencies": {
"address-validator": "^0.1.4",
"body-parser": "^1.13.2",
"bower": "^1.4.1",
"coffee-script": "~1.9.0",
"compress": "^0.99.0",
"compression": "^1.5.2",
"connect-flash": "^0.1.1",
"connect-timeout": "^1.6.2",
"consolidate": "^0.13.1",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.2.0",
"csurf": "^1.8.3",
"errorhandler": "^1.4.2",
"express": "^4.13.1",
"express-session": "^1.11.3",
"forever": "^0.15.1",
"grunt-contrib-less": "^1.0.1",
"helmet": "^0.10.0",
"jade": "^1.11.0",
"json2csv": "^2.8.2",
"lodash": "^3.10.1",
"log": "1.4.0",
"md5": "^2.0.0",
"method-override": "^2.3.4",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"mysql": "^2.8.0",
"nodemailer": "^1.4.0",
"nodemailer-smtp-transport": "^1.0.3",
"path": "^0.11.14",
"q": "^1.4.1",
"response-time": "^2.3.1",
"sequelize": "^3.5.1",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.2",
"serve-static": "^1.10.0",
"stripe": "^3.7.0",
"vhost": "^3.0.1",
"view-helpers": "^0.1.5",
"ws": "0.4.31"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-release": "~0.6.0",
"grunt-shell": "~0.5.0",
"should": "~2.0.2",
"mocha": "~1.13.0"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
}
}