From 407145da94910a06e1ca5e4c683797cd65975f71 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Sun, 4 Aug 2013 15:50:54 +0300 Subject: [PATCH] Update package.json --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e50e960..20a1b86 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,11 @@ "title": "html2canvas", "name": "html2canvas", "description": "Screenshots with JavaScript", - "version": "0.4.0", + "version": "0.4.1", "author": { - "name": "Niklas von Hertzen (@niklasvh)" + "name": "Niklas von Hertzen", + "email": "niklasvh@gmail.com", + "url": "http://hertzen.com" }, "engines": { "node": ">=0.8.0" @@ -16,6 +18,13 @@ "express": "~3.2.3", "baconjs": "~0.3.15" }, + "repository": { + "type": "git", + "url": "git@github.com:niklasvh/html2canvas.git" + }, + "bugs": { + "url": "https://github.com/niklasvh/html2canvas/issues" + }, "devDependencies": { "grunt": ">=0.4.0", "grunt-contrib-concat": "*",