-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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": "marklive",
"version": "1.0.13",
"description": "Previews markdown and watches for changes",
"author": "Ananth Krishnaswamy",
"main": "index.js",
"bin": {
"marklive": "index.js"
},
"scripts": {},
"keywords": [
"markdown",
"preview",
"live-preview",
"cli"
],
"homepage": "https://github.com/ANANTH-SWAMY/marklive",
"repository": {
"type": "git",
"url": "https://github.com/ANANTH-SWAMY/marklive"
},
"license": "ISC",
"type": "commonjs",
"dependencies": {
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"express": "^4.21.2",
"markdown-it": "^14.1.0",
"markdown-it-task-checkbox": "^1.0.6",
"minimist": "^1.2.8",
"socket.io": "^4.8.1"
}
}