-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "mathdown",
"version": "0.1.0",
"description": "A markdown editor with math using markdowner",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jdmichaud/mathdown.git"
},
"keywords": [
"markdown",
"math",
"latex"
],
"author": "jdmichaud",
"license": "ISC",
"bugs": {
"url": "https://github.com/jdmichaud/mathdown/issues"
},
"homepage": "https://github.com/jdmichaud/mathdown#readme",
"dependencies": {
"@jdmichaud/markdowner": "^0.4.2",
"body-parser": "^1.18.3",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"express": "^4.16.3",
"highlight.js": "^9.12.0",
"js-yaml": "^3.11.0",
"katex": "^0.9.0",
"latex2js": "^1.2.0",
"lodash": "^4.17.10",
"marked": "^0.3.19",
"morgan": "^1.9.0",
"mustache": "^2.3.0",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}