forked from sean3434/SixtyThree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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
{
"name": "sixtythree",
"version": "1.0.0",
"description": "National Park Tracker",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sean3434/SixtyThree.git"
},
"author": "Kellum Davis, Cliff Duffey, Sean Ortiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/sean3434/SixtyThree/issues"
},
"homepage": "https://github.com/sean3434/SixtyThree#readme",
"dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.18.0",
"express-flash-message": "^2.1.0",
"express-session": "^1.17.2",
"method-override": "^3.0.0",
"mongoose": "^6.3.1",
"mongoose-validator": "^2.1.0",
"nodemon": "^2.0.15"
}
}