forked from TJkrusinski/NodePDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 729 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 729 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
34
35
36
37
38
{
"author": {
"name": "TJ Krusinski",
"email": "tj@futura.io",
"url": "http://futura.io"
},
"contributors": [
"Steffen Persch <@n3o77>"
],
"name": "nodepdf",
"description": "Down and dirty PDF rendering in Node.js",
"main": "./index.js",
"version": "1.1.3",
"keywords": [
"phantomjs",
"pdf",
"make a pdf"
],
"repository": {
"type": "git",
"url": "https://github.com/TJkrusinski/NodePDF"
},
"homepage": "https://github.com/TJkrusinski/NodePDF",
"dependencies": {
"shell-quote": "1.4.x"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test":"mocha tests"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"license": "MIT"
}