-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "year-in-pixels-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "cd app && npm install && npm run build",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ryan10145/year-in-pixels-creator.git"
},
"author": "ryan10145",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Ryan10145/year-in-pixels-creator/issues"
},
"homepage": "https://github.com/Ryan10145/year-in-pixels-creator#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-session": "^1.17.1",
"mongoose": "^5.11.11",
"nodemailer": "^6.6.0",
"passport": "^0.4.1",
"passport-auth-token": "^1.0.1",
"passport-local-mongoose": "^6.1.0",
"uuid": "^8.3.2"
},
"engines": {
"node": "10.19.0"
}
}