-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 769 Bytes
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
{
"name": "pet-the-cat",
"version": "1.0.0",
"description": "Creating a logger with MySQL, Node, Express, Handlebars and a homemade ORM, using a cat example.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PersephoneUnderground/pet-the-cat.git"
},
"author": "PersephoneUnderground",
"license": "ISC",
"bugs": {
"url": "https://github.com/PersephoneUnderground/pet-the-cat/issues"
},
"homepage": "https://github.com/PersephoneUnderground/pet-the-cat#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"mysql": "^2.16.0",
"react": "^16.7.0"
},
"devDependencies": {}
}