-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.99 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
68
69
70
71
72
73
74
75
76
{
"name": "greenbot",
"version": "0.0.1",
"private": true,
"author": "Thomas Howe <[email protected]>",
"description": "A multi network, multi language, all singing and dancing bot server",
"scripts": {
"start": "coffee server/greenbot.coffee"
},
"dependencies": {
"airbrake": "0.3.8",
"async": "0.9.2",
"bitly": "1.2.5",
"bluebird": "3.1.1",
"bluemix": "1.0.4",
"body-parser": "1.15.0",
"chokidar": "1.4.3",
"coffee": "^1.1.0",
"coffee-script": "1.10.0",
"colors": "^1.1.0",
"continuation-local-storage": "^3.1.6",
"debug": "2.2.0",
"dotenv": "^2.0.0",
"es6-promise": "3.1.2",
"express": "^4.13.4",
"glob": "7.0.3",
"install": "0.1.8",
"keyword-bot": "^0.1.6",
"lodash": "4.11.2",
"matrix-js-sdk": "0.3.0",
"memwatch-next": "0.3.0",
"meteor-random": "0.0.3",
"minitest": "^0.2.0",
"moment": "2.12.0",
"mongodb": "2.1.7",
"mongoose": "4.4.6",
"monitor": "^0.6.10",
"morgan": "1.7.0",
"multer": "0.1.8",
"multipipe": "0.2.1",
"node-bitlyapi": "^0.4.0",
"node-parse-api": "^0.3.5",
"node-promise": "0.5.12",
"node-slack": "0.0.5",
"nodemailer": "1.11.0",
"nodemailer-smtp-transport": "0.1.13",
"nodemailer-wellknown": "^0.1.5",
"nodemon": "1.9.1",
"not-available-bot": "^0.1.1",
"npm": "2.14.22",
"passport": "0.2.2",
"passport-oauth1": "1.1.0",
"prompt": "1.0.0",
"redis": "0.12.1",
"request": "^2.53.0",
"request-promise": "1.0.2",
"require-dir": "0.3.0",
"shortid": "^2.1.3",
"slack-client": "1.5.1",
"slack-node": "0.1.7",
"socket.io": "^1.4.5",
"subprompts-bot": "0.1.3",
"telnet": "0.0.1",
"twitter": "^1.0.2",
"underscore": "^1.8.2",
"underscore.string": "3.3.4",
"watson-developer-cloud": "1.0.6",
"watson-translate-stream": "0.3.1",
"websocket": "^1.0.17",
"winston": "0.9.0",
"winston-papertrail": "^1.0.1"
},
"engines": {
"node": "6.1"
}
}