-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "proxy_david",
"version": "1.1.0",
"description": "David's proxy for TopBunk",
"main": "server.js",
"scripts": {
"server-node": "node server.js",
"server-dev": "nodemon server.js",
"start-aws": "pm2 start server.js",
"listpm2": "pm2 list",
"pm2server": "pm2 show server",
"pm2stop": "pm2 stop 0",
"lighthouse-test": "lighthouse http://ec2co-ecsel-hyarl8va80iy-1913124093.us-east-2.elb.amazonaws.com/listings?id=9292830"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TopBunkNYC/Proxy_David.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TopBunkNYC/Proxy_David/issues"
},
"homepage": "https://github.com/TopBunkNYC/Proxy_David#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"newrelic": "^4.11.0",
"path": "^0.12.7",
"pm2": "^3.2.2",
"redis": "^2.8.0"
},
"devDependencies": {
"lighthouse": "^4.0.0-alpha.2-3.2.1",
"morgan": "^1.9.1",
"nodemon": "^1.18.7"
}
}