-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "chrisfrew.in-productions-monitor",
"version": "1.0.0",
"description": "A monitor for the Chrisfrew.in Productions application suite.",
"main": "index.js",
"scripts": {
"integrator-dev": "NODE_ENV=development node index.js",
"integrator-prod": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frewinchristopher/chrisfrew.in-productions-monitor.git"
},
"keywords": [
"node",
"nodejs",
"monitor",
"emailer",
"alert"
],
"author": "Chris Frewin <frewin.christopher@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frewinchristopher/chrisfrew.in-productions-monitor/issues"
},
"homepage": "https://github.com/frewinchristopher/chrisfrew.in-productions-monitor#readme",
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.4",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.4",
"request": "^2.88.0",
"simple-git": "^1.107.0",
"winston": "^3.1.0"
}
}