Initial import
This commit is contained in:
commit
21637cf3a6
8 changed files with 289 additions and 0 deletions
41
package.json
Normal file
41
package.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue