forked from f0i/ep_markdownify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 815 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
29
30
31
32
{
"name": "ep_markdownify",
"description": "Inline markdown formating. Format headings, show images, highlight lists, tables and more.",
"version": "0.0.3",
"author": "f0i <[email protected]>",
"contributors": [
{
"name": "Martin Sigloch",
"email": "[email protected]"
},
{
"name": "Matthias Bartelmeß",
"email": "[email protected]",
"contribution": "reference plugin ep_linkify"
},
{
"name": "John McLear",
"email": "[email protected]",
"contribution": "reference plugin ep_linkify"
}
],
"dependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://projects.f0i.de/etherpad/markdownify.md",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/f0i/etherpad-plugins"
}
}