From a25c69ff04c509ea67293cfed3cd3b1bd8d73a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Casta=C3=B1eda=20Borre?= Date: Mon, 5 Sep 2016 13:46:29 -0500 Subject: [PATCH] almost done, make build pending --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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" }