Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brer4449 committed Feb 13, 2020
1 parent 925592f commit ab33f0c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "homework13",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"mysql": "^2.18.1",
"sequelize": "^5.21.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brer4449/homework13.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brer4449/homework13/issues"
},
"homepage": "https://github.com/brer4449/homework13#readme"
}

0 comments on commit ab33f0c

Please sign in to comment.