forked from markpluslabs/react-markplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 980 Bytes
/
bower.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
{
"name": "markdown-plus",
"version": "1.0.0",
"authors": [
"Tyler Long <[email protected]>"
],
"description": "Markdown editor with extra features.",
"main": "index.html",
"keywords": [
"markdown",
"editor",
"flowchart",
"sequence diagram",
"emoji",
"GFM",
"LaTex",
"Font Awesome",
"Ionicons"
],
"license": "BSD",
"homepage": "https://github.com/tylingsoft/markdown-plus",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"README.md",
"screenshot.png",
"todo.md"
],
"dependencies": {
"jquery": null,
"jquery-ui-layout-min": null,
"ace-min-noconflict": null,
"jquery-ui": null,
"marked": null,
"github-markdown-css": null,
"prettify-min": null,
"font-awesome-min": null,
"emoji-icons": null,
"remodal-min": null,
"katex-build": null,
"mermaid": null,
"ionicons-min": null,
"underscore": null
}
}