Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehss committed Jun 15, 2021
1 parent 0c4581c commit 5957bad
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "kanban-server",
"version": "1.0.0",
"description": "kaban-server",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"pg": "^8.6.0",
"sequelize": "^6.6.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mehss/kanban-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mehss/kanban-server/issues"
},
"homepage": "https://github.com/Mehss/kanban-server#readme"
}

0 comments on commit 5957bad

Please sign in to comment.