-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "woola",
"version": "1.1.0",
"description": "A friendly beast to help you render, build, and publish markdown notebook content",
"main": "./lib/mdbuild.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./lib/mdbuild.js",
"start": "node ./lib/server.js",
"bininstall": "binalias='alias woola=\"node '$(npm prefix)'/lib/server.js\"'; echo $binalias >> ~/.bashrc; source ~/.bashrc"
},
"bin": {
"woola": "./lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ackmanlab/woola.git"
},
"keywords": [
"markdown-it",
"commonmark",
"jekyll",
"notebook",
"blog",
"pandoc",
"pdf"
],
"author": "James Ackman",
"license": "MIT",
"bugs": {
"url": "https://github.com/ackmanlab/woola/issues"
},
"homepage": "https://github.com/ackmanlab/woola#readme",
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.0.1",
"ansi": "^0.3.1",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
"front-matter": "^4.0.2",
"fs-extra": "^10.1.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.6.2",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "git+https://github.com/ackmanlab/markdown-it-footnote.git",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"micromatch": "^4.0.5",
"open": "^8.4.0",
"openport": "^0.0.6",
"puppeteer": "^13.7.0",
"send": "^0.18.0",
"socket.io": "^4.5.0"
}
}