-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "MDBP-markdown-book-preview",
"main": "./lib/markdown-book-preview",
"version": "2.5.0",
"description": "Atom Package markdown preview with Vivliostyle",
"keywords": [
"markdown",
"preview",
"Vivliostyle"
],
"activationCommands": {
"atom-workspace": [
"markdown-book-preview:startServer",
"markdown-book-preview:toggle",
"markdown-book-preview:toggleVS"
]
},
"repository": "https://github.com/lwohtsu/atom-markdown-book-preview",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"async-each": "^1.0.3",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3",
"connect": "^3.7.0",
"event-stream": "^4.0.1",
"faye-websocket": "^0.11.3",
"highlight.js": "^9.18.1",
"http-proxy": "^1.18.1",
"image-size": "^0.6.3",
"jsdom": "^11.12.0",
"lodash": "^4.17.19",
"marked": "^1.2.8",
"morgan": "^1.10.0",
"node-static": "^0.7.11",
"opn": "^6.0.0",
"path": "^0.12.7",
"send": "^0.17.1",
"serve-index": "^1.9.1"
}
}