44 lines
No EOL
937 B
JSON
44 lines
No EOL
937 B
JSON
{
|
|
"name": "grunt-wkhtmltopdf",
|
|
"description": "Grunt Task that uses wkhtmltopdf to convert HTML files to PDF",
|
|
"version": "0.3.0",
|
|
"homepage": "http://www.dhar.fr/grunt-wkhtmltopdf/",
|
|
"author": {
|
|
"name": "Olivier Audard",
|
|
"email": "audard@gmail.com",
|
|
"url": "http://www.dhar.fr/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dharFr/grunt-wkhtmltopdf.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dharFr/grunt-wkhtmltopdf/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/dharFr/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",
|
|
"pdf",
|
|
"convert",
|
|
"html"
|
|
]
|
|
} |