-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.65 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
{
"name": "pagermon",
"version": "0.3.9-beta",
"private": true,
"license": "Unlicense",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@pm2/io": "^4.3.5",
"angular-file-saver": "^1.1.3",
"angular-ui-validate": "^1.2.3",
"angular-utils-pagination": "^0.11.1",
"angular-uuid": "0.0.4",
"angularjs-color-picker": "^3.3.0",
"applicationinsights": "^1.4.1",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"colornames": "latest",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-sqlite3": "^0.9.9",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.1",
"cron": "^1.7.0",
"debug": "~2.6.3",
"discord.js": "latest",
"ejs": "~2.5.6",
"express": "~4.16.3",
"express-basic-auth": "^1.1.1",
"express-messages": "^1.0.1",
"express-session": "^1.15.3",
"json-2-csv": "^3.6.2",
"knex": "^0.16.3",
"moment": "^2.18.1",
"morgan": "~1.9.1",
"mysql": "^2.16.0",
"nconf": "^0.8.4",
"node-prowl": "latest",
"node-uuid": "^1.4.8",
"nodemailer": "latest",
"oracledb": "^4.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-localapikey-update": "^0.5.0",
"pushover-notifications": "latest",
"serve-favicon": "~2.4.2",
"slack": "latest",
"socket.io": "^2.0.2",
"sqlite3": "~4.0.2",
"systemjs": "^0.20.13",
"telegram-bot-api": "^1.2.2",
"twit": "latest",
"underscore": "^1.8.3",
"util": "^0.10.3",
"winston": "^3.1.0",
"zone.js": "^0.8.12"
},
"repository": {
"type": "git",
"url": "https://github.com/pagermon/pagermon.git"
}
}