You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
691 B
25 lines
691 B
{
|
|
"name": "pdfkit",
|
|
"description": "A PDF generation library for Node.js",
|
|
"keywords": ["pdf", "pdf writer", "pdf generator", "graphics", "document", "vector"],
|
|
"version": "0.1.5",
|
|
"homepage": "http://devongovett.github.com/pdfkit/",
|
|
"author": {
|
|
"name": "Devon Govett",
|
|
"email": "devongovett@gmail.com",
|
|
"url": "http://badassjs.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/devongovett/pdfkit.git"
|
|
},
|
|
"bugs": "http://github.com/devongovett/pdfkit/issues",
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"example": "./demo"
|
|
},
|
|
"dependencies": {
|
|
"coffee-script": ">=1.0.1"
|
|
},
|
|
"engine": [ "node >= v0.4.0" ]
|
|
} |