-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 814 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
{
"name": "ep_table_export",
"description": "HTML and DOCX export support for ep_data_tables — renders tables as proper <table> HTML in Etherpad exports.",
"version": "1.0.5",
"author": {
"name": "Ivan Forkaliuk",
"url": "https://github.com/forkivan"
},
"license": "Apache-2.0",
"keywords": [
"etherpad",
"plugin",
"ep_plugin",
"ep",
"tables",
"export",
"docx",
"html"
],
"repository": {
"type": "git",
"url": "git+https://github.com/forkivan/ep_table_export.git"
},
"bugs": {
"url": "https://github.com/forkivan/ep_table_export/issues"
},
"homepage": "https://github.com/forkivan/ep_table_export",
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6",
"ep_data_tables": "*"
},
"engines": {
"node": ">=11.14.0"
}
}