forked from rse/node-prince
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.2 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
{
"name": "@ravdocs/princexml",
"version": "2.0.18",
"description": "Node API for executing XML/HTML to PDF renderer PrinceXML via prince(1) CLI",
"keywords": [
"API",
"CLI",
"HTML",
"PDF",
"Prince",
"PrinceXML",
"XML",
"renderer"
],
"homepage": "https://github.com/ravdocs/princexml",
"bugs": {
"url": "https://github.com/ravdocs/princexml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravdocs/princexml.git"
},
"license": "MIT",
"author": "Ralf S. Engelschall <rse@engelschall.com> (http://engelschall.com)",
"files": [
"src",
"index.js"
],
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"lint": "node_modules/.bin/eslint --rulesdir node_modules/@ravdocs/eslint/rules .",
"test": "mocha --recursive"
},
"dependencies": {
"is-stream": "^2.0.0",
"lodash.forown": "^4.4.0",
"provejs-params": "^1.0.1",
"which": "^1.3.1"
},
"devDependencies": {
"@ravdocs/assert": "^1.0.4",
"@ravdocs/eslint": "^1.0.9",
"colors": "^1.3.3",
"eslint": "^6.0.1",
"mocha": "^6.1.4"
},
"publishConfig": {
"scope": "ravdocs"
}
}