mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"title": "html2canvas",
|
|
"name": "html2canvas",
|
|
"description": "Screenshots with JavaScript",
|
|
"version": "0.5.0-alpha",
|
|
"author": {
|
|
"name": "Niklas von Hertzen",
|
|
"email": "niklasvh@gmail.com",
|
|
"url": "http://hertzen.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:niklasvh/html2canvas.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/niklasvh/html2canvas/issues"
|
|
},
|
|
"devDependencies": {
|
|
"base64-arraybuffer": ">= 0.1.0",
|
|
"bluebird": "^2.3.2",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-connect": "^0.8.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-qunit": "^0.5.2",
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-execute": "^0.2.2",
|
|
"html2canvas-proxy": "0.0.5",
|
|
"humanize-duration": "^2.0.1",
|
|
"lodash": "^2.4.1",
|
|
"png-js": ">= 0.1.1",
|
|
"wd": "^0.2.21"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis --verbose"
|
|
},
|
|
"homepage": "http://html2canvas.hertzen.com",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
]
|
|
}
|