-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 974 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
{
"name": "MERN_Product_Manager",
"version": "1.0.0",
"description": "For this project I will be practicing the creation of a full-stack MERN app. The concept will be a basic product manager that a user can use to add a list of products, the may also view the list of all the items they have added, also the user can view a selected item where the items attributes would be displayed, and delete items as well.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sunnuke/MERN_Product_Manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sunnuke/MERN_Product_Manager/issues"
},
"homepage": "https://github.com/Sunnuke/MERN_Product_Manager#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.11.12"
}
}