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