Skip to content
Snippets Groups Projects
Commit 608b0523 authored by Tamás Szabó's avatar Tamás Szabó
Browse files

updated package.json

parent ef353412
No related branches found
No related tags found
No related merge requests found
{ {
"name": "trakt", "name": "trakt",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "VITMAV42 homework",
"main": "index.js", "main": "app.js",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d static"
}, },
"author": "", "repository": {
"type": "git",
"url": "git+https://github.com/szakitom/node_homework.git"
},
"author": "Tamás Szabó",
"license": "ISC", "license": "ISC",
"bugs": {
"url": "https://github.com/szakitom/node_homework/issues"
},
"homepage": "https://szakitom.github.io/node_homework/",
"dependencies": { "dependencies": {
"express": "^4.16.0" "express": "^4.16.0"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment