-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 KB
/
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
{
"name": "project_2",
"version": "1.0.0",
"engines": {
"node": "12.7.0"
},
"description": "*Technologies Used: HTML(Views) JavaScript (Models, server.js) Node.js - to run JS file outside of browser Mongo DB - created a database plantology with subdatabase called blogging Mongoose - stored Schemas for my blog object React - used to build interface of my app Express and package.json - used them as libraries/ frameworks git push",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"method-override": "^3.0.0",
"mongoose": "^5.7.12",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1anya1/plantology.git"
},
"bugs": {
"url": "https://github.com/1anya1/plantology/issues"
},
"homepage": "https://github.com/1anya1/plantology#readme"
}