Update package.json

This commit is contained in:
Niklas von Hertzen 2013-08-04 15:50:54 +03:00
parent c5e6eaa849
commit 407145da94

View File

@ -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": "*",