html2canvas/package.json
2014-09-01 20:22:56 +03:00

46 lines
1.0 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.8.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:niklasvh/html2canvas.git"
},
"bugs": {
"url": "https://github.com/niklasvh/html2canvas/issues"
},
"devDependencies": {
"baconjs": "^0.7.11",
"base64-arraybuffer": ">= 0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~0.5.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"
}
]
}