html2canvas/package.json

29 lines
619 B
JSON
Raw Normal View History

2012-11-25 22:59:31 +04:00
{
"title": "html2canvas",
"name": "html2canvas",
2012-12-22 18:29:43 +04:00
"description": "Screenshots with JavaScript",
2012-11-25 22:59:31 +04:00
"version": "0.4.0",
"author": {
"name":"Niklas von Hertzen (@niklasvh)"
},
2013-03-22 06:40:09 +04:00
"engines": {
"node": ">=0.8.0"
},
2012-12-29 18:31:57 +04:00
"dependencies": {
"base64-arraybuffer": ">= 0.1.0",
"png-js": ">= 0.1.1",
"webdriver.js": ">= 0.1.0"
},
2013-03-22 06:40:09 +04:00
"devDependencies":{
"grunt": ">=0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*"
},
2012-11-25 22:59:31 +04:00
"homepage": "http://html2canvas.hertzen.com",
2012-12-29 18:31:57 +04:00
"licenses": [{
"type": "MIT"
}]
2012-11-25 22:59:31 +04:00
}