-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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": "neat-air-fullstack-app",
"version": "1.0.0",
"description": "Neat Airlines Web Application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"seed": "node models/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruceabrigo/NeatAir-FullStack-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bruceabrigo/NeatAir-FullStack-App/issues"
},
"homepage": "https://github.com/bruceabrigo/NeatAir-FullStack-App#readme",
"dependencies": {
"axios": "^1.2.4",
"bcryptjs": "^2.4.3",
"bootstrap-icons": "^1.10.3",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"flight-data": "^2.0.3",
"liquid-express-views": "^1.0.8",
"method-override": "^3.0.0",
"mongoose": "^6.8.4",
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}