mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"title": "html2canvas",
|
|
"name": "html2canvas",
|
|
"description": "Screenshots with JavaScript",
|
|
"version": "0.4.0",
|
|
"author": {
|
|
"name":"Niklas von Hertzen (@niklasvh)"
|
|
},
|
|
"dependencies": {
|
|
"base64-arraybuffer": ">= 0.1.0",
|
|
"png-js": ">= 0.1.1",
|
|
"webdriver.js": ">= 0.1.0"
|
|
},
|
|
"homepage": "http://html2canvas.hertzen.com",
|
|
"licenses": [{
|
|
"type": "MIT"
|
|
}]
|
|
|
|
} |