-
- Downloads
updated package.json
{ | { | ||
"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" | ||
} | } | ||
... | ... |
Please register or sign in to comment