forked from rkusa/pdfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 Bytes
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
{
"name": "pdfjs",
"author": "Markus Ast <npm.m@rkusa.st>",
"version": "2.0.0-alpha.3",
"description": "A Portable Document Format (PDF) generation library targeting both the server- and client-side.",
"keywords": [
"pdf",
"generator"
],
"license": "MIT",
"homepage": "https://github.com/rkusa/pdfjs",
"bugs": "https://github.com/rkusa/pdfjs/issues",
"main": "lib/",
"scripts": {
"test": "node test/index.js test/pdfs/**/*.js"
},
"dependencies": {
"linebreak": "rkusa/linebreak",
"opentype.js": "^0.6.2",
"unorm": "^1.4.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/rkusa/pdfjs.git"
},
"engines": {
"node": ">=7"
}
}