forked from NathanaelA/fluentreports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
16 lines (16 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name" : "fluentreports",
"description" : "A simple, Fluent API for creating PDF Reports",
"url" : "http://github.com/Nathanaela/fluentreports",
"keywords" : ["pdf", "report", "reporting", "print", "reports"],
"author" : "Nathanael Anderson <nathan@master-technology.com> (http://fluentreports.com/)",
"contributors" : ["Alan Henager <alan.henager@kellpro.com>","Mark Getz <mark.getz@kellpro.com>", "Beau West <beau.west@kellpro.com>"],
"licenses" : "MIT",
"lib" : "lib",
"bugs" : {"url": "http://github.com/Nathanaela/fluentreports/issues"},
"dependencies" : {"pdfkit": "latest"},
"repository" : {"type": "git", "url": "http://github.com/Nathanaela/fluentreports.git"},
"main" : "lib/fluentReports",
"version" : "1.0.5",
"engines" : {"node": ">= 0.6.0" }
}