mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update package.json
This commit is contained in:
parent
c5e6eaa849
commit
407145da94
13
package.json
13
package.json
@ -2,9 +2,11 @@
|
|||||||
"title": "html2canvas",
|
"title": "html2canvas",
|
||||||
"name": "html2canvas",
|
"name": "html2canvas",
|
||||||
"description": "Screenshots with JavaScript",
|
"description": "Screenshots with JavaScript",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Niklas von Hertzen (@niklasvh)"
|
"name": "Niklas von Hertzen",
|
||||||
|
"email": "niklasvh@gmail.com",
|
||||||
|
"url": "http://hertzen.com"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8.0"
|
"node": ">=0.8.0"
|
||||||
@ -16,6 +18,13 @@
|
|||||||
"express": "~3.2.3",
|
"express": "~3.2.3",
|
||||||
"baconjs": "~0.3.15"
|
"baconjs": "~0.3.15"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@github.com:niklasvh/html2canvas.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/niklasvh/html2canvas/issues"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": ">=0.4.0",
|
"grunt": ">=0.4.0",
|
||||||
"grunt-contrib-concat": "*",
|
"grunt-contrib-concat": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user