-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 725 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 725 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
{
"name": "markdown-it-pseudocodejs",
"version": "2.0.3",
"description": "Pseudocode.js support for markdown-it",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:samuelhorwitz/markdown-it-pseudocodejs.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin",
"markdown-it",
"pseudocode.js"
],
"author": "samuel.horwitz@gmail.com",
"license": "MIT",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v"
},
"peerDependencies": {
"katex": "^0.10.0",
"markdown-it": "^6.0.0"
},
"devDependencies": {
"markdown-it": "^6.0.0",
"watchify": "^3.11.0",
"katex": "^0.10.0"
}
}