-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 990 Bytes
/
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
{
"name": "omgimanerd.github.io",
"version": "4.0.0",
"description": "Personal Webpage",
"main": "server.js",
"type": "module",
"scripts": {
"pm2": "PORT=5000 pm2 start server.js --name omgimanerd.tech"
},
"repository": {
"type": "git",
"url": "https://github.com/omgimanerd/omgimanerd.github.io"
},
"author": "Alvin Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/omgimanerd/omgimanerd.github.io/issues"
},
"homepage": "https://github.com/omgimanerd/omgimanerd.github.io",
"dependencies": {
"bluebird": "^3.5.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-winston": "^2.6.0",
"github-webhook-middleware": "^0.0.2",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"npm-font-open-sans": "^1.1.0",
"pug": "^3.0.2",
"winston": "^2.4.4"
},
"devDependencies": {
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^5.0.0"
}
}