grunt-wkhtmltopdf/package.json
2012-08-26 03:52:27 +02:00

41 lines
No EOL
897 B
JSON

{
"name": "grunt-wkhtmltopdf",
"description": "Grunt Task that uses wkhtmltopdf to convert HTML files to PDF",
"version": "0.1.0",
"homepage": "https://github.com/dhar/grunt-wkhtmltopdf",
"author": {
"name": "Olivier Audard",
"email": "audard@gmail.com",
"url": "http://www.dhar.fr/"
},
"repository": {
"type": "git",
"url": "git://github.com/dhar/grunt-wkhtmltopdf.git"
},
"bugs": {
"url": "https://github.com/dhar/grunt-wkhtmltopdf/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dhar/grunt-wkhtmltopdf/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-wkhtmltopdf",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.9"
},
"devDependencies": {
"grunt": "~0.3.9"
},
"keywords": [
"gruntplugin"
]
}