-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
75 lines (75 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lx-pdf",
"description": "Litixsoft pdf library for creating pdf files in node.js.",
"version": "0.1.5",
"homepage": "https://github.com/litixsoft/lx-pdf",
"author": {
"name": "Litixsoft GmbH",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Timo Liebetrau",
"email": "[email protected]"
},
{
"name": "Marco Kannenberg",
"email": "[email protected]"
},
{
"name": "Andreas Krummsdorf",
"email": "[email protected]"
},
{
"name": "Sven Bernstein",
"email": "[email protected]"
},
{
"name": "Thomas Scheibe",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/lx-pdf.git"
},
"bugs": {
"url": "https://github.com/litixsoft/lx-pdf/issues"
},
"keywords": [
"pdf",
"pdf writer",
"pdf generator",
"graphics",
"document",
"vector"
],
"license": "The MIT License (MIT)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/lx-pdf/blob/master/LICENSE"
}
],
"main": "lib/lx-pdf.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"lx-helpers": "^0.3.3",
"pdfkit": "^0.2.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-jasmine-node": "valiton/grunt-jasmine-node",
"grunt-open": "^0.2.3",
"istanbul": "^0.3.5",
"load-grunt-tasks": "^3.1.0"
}
}