-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"deploy": "heroku git:remote -a aureliavisovan && git push heroku master"
},
"dependencies": {
"aws-sdk": "^2.761.0",
"body-parser": "^1.20.2",
"bower": "^1.7.9",
"cookie-parser": "^1.4.6",
"dateformat": "^1.0.12",
"debug": "^4.3.4",
"dotenv": "^8.2.0",
"ejs": "^3.1.9",
"express": "^4.21.0",
"express-autoroute": "^1.2.4",
"formidable": "^1.0.17",
"fs-extra": "^0.30.0",
"mongoose": "^8.9.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"serve-favicon": "^2.5.0"
},
"description": "expressAv",
"main": "app.js",
"devDependencies": {
"nodemon": "^1.18.3"
},
"author": "",
"license": "ISC"
}