html2canvas/package.json

33 lines
685 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": {
2013-05-29 18:53:47 +04:00
"name": "Niklas von Hertzen (@niklasvh)"
2012-11-25 22:59:31 +04:00
},
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",
2013-05-29 18:53:47 +04:00
"sync-webdriver": ">=0.1.1",
"express": "~3.2.3",
"baconjs": "~0.3.15"
2012-12-29 18:31:57 +04:00
},
2013-05-29 18:53:47 +04:00
"devDependencies": {
2013-03-22 06:40:09 +04:00
"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",
2013-05-29 18:53:47 +04:00
"licenses": [
{
"type": "MIT"
}
]
}