diff --git a/package.json b/package.json index a61571d..5f1331d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,19 @@ { "name": "borref-portfolio", - "version": "0.1.0" + "version": "1.0.0", + "description": "Personal web portfolio", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/borref/borref-portfolio.git" + }, + "author": "Andres CastaƱeda Borre", + "license": "ISC", + "bugs": { + "url": "https://github.com/borref/borref-portfolio/issues" + }, + "homepage": "https://github.com/borref/borref-portfolio" }