-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 916 Bytes
/
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
{
"name": "pdf-write-page",
"description": "just write text in different color, font, and size to a existing pdf and save the result",
"keywords": [
"pdf",
"write",
"text",
"image"
],
"version": "1.2.0",
"author": {
"name": "Manuel Baesler",
"email": "baslr.at.github@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/baslr/node-pdf-write-page.git"
},
"bugs": {
"url": "http://github.com/baslr/node-pdf-write-page/issues"
},
"devDependencies": {
"coffee-script": ">=1.9.2"
},
"main": "./index.js",
"homepage": "http://github.com/baslr/node-pdf-write-page/",
"engines": {
"node": ">=0.10.x"
},
"licenses": [
{
"type": "AGPLv3",
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
}
],
"readmeFilename": "Readme.md",
"dependencies": {
"hummus": "^1.0.40",
"merge": "^1.2.0"
}
}