forked from mvh-solutions/pk-render-html-101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 803 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
{
"name": "pk-render-html-101",
"packageManager": "yarn@3.3.1",
"description": "Experimenting with HTML generation using the latest Proskomma Render",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvh-solutions/pk-render-html-101.git"
},
"author": "Lars G",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvh-solutions/pk-render-html-101/issues"
},
"homepage": "https://github.com/mvh-solutions/pk-render-html-101#readme",
"dependencies": {
"deep-copy-all": "^1.3.4",
"fs-extra": "^11.1.0",
"path": "^0.12.7",
"proskomma-core": "^0.9.15",
"proskomma-json-tools": "^0.6.6",
"xregexp": "^5.1.1"
}
}