Skip to content

Commit

Permalink
Added package.json - to support clib (#96)
Browse files Browse the repository at this point in the history
* Added package.json - to support clib (Issue #86)
  • Loading branch information
AndreRenaud authored Jun 7, 2021
1 parent 81d95ad commit e754389
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "pdfgen",
"version": "0.1.0",
"repo": "AndreRenaud/PDFGen",
"description": "Create PDF documents",
"keywords": ["pdf", "document"],
"license": "UNLICENSE",
"src": ["pdfgen.c", "pdfgen.h"]
}

0 comments on commit e754389

Please sign in to comment.