mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Easier loading from non CoffeeScript projects
This commit is contained in:
parent
927c5d769b
commit
1812f90281
3
index.js
Normal file
3
index.js
Normal file
@ -0,0 +1,3 @@
|
||||
// Load CoffeeScript, and the main PDFKit files
|
||||
require('coffee-script');
|
||||
module.exports = require('./lib/document');
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "pdfkit",
|
||||
"description": "A PDF generation library for Node.js",
|
||||
"keywords": ["pdf", "pdf writer", "pdf generator", "graphics", "document", "vector"],
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"homepage": "http://devongovett.github.com/pdfkit/",
|
||||
"author": {
|
||||
"name": "Devon Govett",
|
||||
@ -22,6 +22,5 @@
|
||||
"coffee-script": ">=1.0.1",
|
||||
"zlib": ">=1.0.2"
|
||||
},
|
||||
"main": "./lib/document.coffee",
|
||||
"engine": [ "node >= v0.4.0" ]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user