-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1.11 KB
/
package.json
File metadata and controls
21 lines (21 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "project_2",
"version": "1.0.0",
"description": "- home page will be the image of a brain which will allow the user to select cortex, midbrain, or hindbrain (hovering over reginos will slightly enlarge and change the areas color) - this will pull you into a specific page for those regions which again have further differentiation of brain region - at each sublevel there will be a sidepanel that shows basic information about the brain region as well as related articles about the region - users will be able to submit research articles that they find that relate to the various brain regions - this will enter a temporary review area for the admin to confirm the articles validity and then once done, the admin can attach the article to the respective region",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.2.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}