-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
{
"name": "garbageplanet-bots-nodejs",
"version": "0.0.1",
"description": "Bots for interacting with and from garbagepla.net",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/garbageplanet/bots.git"
},
"keywords": [
"bots",
"garbageplanet",
"nodejs",
"telegram",
"facebook messenger"
],
"author": "adriennn",
"license": "MIT",
"bugs": {
"url": "https://github.com/garbageplanet/bots/issues"
},
"scripts": {
"start": "pm2 -n bots -u www-data start bin/www --env development",
"debug": "pm2 -n bots -u www-data start --node-args='--debug=7000' bin/www"
},
"dependencies": {
"body-parser": ">=1.16.0",
"botbuilder": "^3.14.1",
"botmaster": ">=3.1.3",
"botmaster-messenger": ">=1.0.2",
"botmaster-telegram": ">=1.0.0",
"botmaster-twitter-dm": ">=1.0.0",
"compression": ">=1.7.1",
"cookie-parser": ">=1.4.3",
"debug": ">=2.6.0",
"dms2dec": ">=1.1.0",
"dotenv": ">=4.0.0",
"exif": ">=0.6.0",
"express": ">=4.14.1",
"express-rate-limit": ">=2.11.0",
"express-session": ">=1.15.6",
"express-validator": ">=4.3.0",
"helmet-csp": ">=2.6.0",
"imgur": ">=0.2.1",
"morgan": ">=1.7.0",
"pg-promise": ">=7.3.2",
"pug": ">=2.0.0-beta10",
"request": ">=2.83.0",
"request-promise": "^4.2.2",
"request-promise-native": ">=1.0.5",
"serve-favicon": ">=2.3.2"
},
"homepage": "https://github.com/garbageplanet/bots#readme"
}