-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@mithray/smd",
"version": "0.1.15",
"description": "A markdown flavor designed to be modular, customizable, with additional options like styling and HTML wrapping.",
"bin": {
"smd": "./bin/smd.js"
},
"scripts": {
"postinstall": "node ./lib/helpers/whatwgCategoryGenerator.js",
"test": "npm run -s buildReadme",
"buildReadme": "node ./spec/test.js .README.md",
"start": "./bin/smd.js"
},
"keywords": [
"markdown",
"markup",
"html",
"schema",
"math.js",
"mathjs",
"latex",
"katex",
"mathjax",
"abcjs",
"mermaid.js",
"chart.js"
],
"main": "index.js",
"license": "MIT",
"dependencies": {
"abcjs": "^5.12.0",
"ansi-colors": "^3.2.4",
"antlr4": "^4.11.0",
"caporal": "^1.3.0",
"change-case": "^3.1.0",
"chartjs": "^0.3.24",
"dom-to-image": "^2.6.0",
"fetch": "^1.1.0",
"find-and-replace-anything": "^2.2.1",
"gemoji": "^4.2.1",
"grammarkdown": "^3.2.0",
"html-minifier": "^4.0.0",
"html-validator": "^5.1.17",
"js-yaml": "^3.7.0",
"jsdom": "^16.4.0",
"katex": "^0.11.1",
"leaflet": "^1.7.1",
"log-symbols": "^3.0.0",
"mathjax": "^4.0.0-alpha.1",
"mathjs": "^11.2.1",
"mermaid": "^9.1.7",
"moo": "^0.5.2",
"nearley": "^2.20.1",
"node-emoji": "^1.10.0",
"node-fetch": "^2.6.1",
"parse5": "^6.0.1",
"prismjs": "^1.21.0"
},
"author": "mithrayls <mithray@protonmail.com> (https://mithrayls.github.io/)",
"repository": {
"type": "git",
"url": "git+https://github.com/mithrayls/smd-js.git"
},
"bugs": {
"url": "https://github.com/mithrayls/smd-js/issues"
},
"homepage": "https://github.com/mithrayls/smd-js#readme"
}