-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 919 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
{
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js & index.html",
"dev": "nodemon app.js"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongodb": "^4.11.0",
"mongoose": "^6.7.5",
"node-fetch": "^3.3.0",
"requirejs": "^2.3.6"
},
"name": "emory_maps",
"description": "An app designed to provide a streamlined experience in navigating Emory University's campus.",
"version": "1.0.0",
"main": "index.html",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/choiboii/emory_maps.git"
},
"author": "Dijkstra's Disciples",
"license": "ISC",
"bugs": {
"url": "https://github.com/choiboii/emory_maps/issues"
},
"homepage": "https://github.com/choiboii/emory_maps#readme"
}