{ "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.4.1", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.0", "load-grunt-tasks": "^0.4.0" }, "keywords": [ "gruntplugin", "pdf", "convert", "html" ] }