forked from foliojs/pdfkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.13 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
{
"name": "pdfkit",
"description": "A PDF generation library for Node.js",
"keywords": [
"pdf",
"pdf writer",
"pdf generator",
"graphics",
"document",
"vector"
],
"version": "0.8.0",
"homepage": "http://pdfkit.org/",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com",
"url": "http://badassjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/pdfkit.git"
},
"bugs": "http://github.com/devongovett/pdfkit/issues",
"devDependencies": {
"blob-stream": "^0.1.2",
"brace": "^0.2.1",
"brfs": "~1.0.1",
"browserify": "^3.39.0",
"codemirror": "~3.20.0",
"coffee-script": ">=1.0.1",
"coffeeify": "^0.6.0",
"exorcist": "^0.1.5",
"iconv-lite": "^0.4.13",
"jade": "~1.1.5",
"markdown": "~0.5.0"
},
"dependencies": {
"fontkit": "^1.0.0",
"linebreak": "~0.1.0",
"png-js": ">=0.1.0"
},
"scripts": {
"prepublish": "make js",
"postpublish": "make clean"
},
"main": "js/document",
"browserify": {
"transform": [
"brfs"
]
},
"engine": [
"node >= v0.10.0"
]
}