forked from webpro/reveal-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.44 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.44 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
56
57
58
59
60
61
62
63
{
"name": "reveal-md",
"description": "reveal.js on steroids! Get beautiful reveal.js presentations from your Markdown files.",
"keywords": [
"markdown",
"reveal",
"revealjs",
"html",
"server",
"cli"
],
"version": "3.4.7",
"repository": {
"type": "git",
"url": "git://github.com/webpro/reveal-md.git"
},
"homepage": "https://github.com/webpro/reveal-md#readme",
"bugs": "https://github.com/webpro/reveal-md/issues",
"license": "MIT",
"bin": {
"reveal-md": "bin/reveal-md.js"
},
"files": [
"bin",
"lib"
],
"scripts": {
"test": "bron test/*.spec.js",
"lint": "eslint lib/**/*.js",
"format": "prettier --write lib/**/*.js bin/*.js test/*.js *.md"
},
"dependencies": {
"debug": "4.1.1",
"express": "4.17.1",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"highlight.js": "9.18.1",
"livereload": "0.8.2",
"lodash": "4.17.15",
"mustache": "4.0.0",
"open": "7.0.2",
"reveal.js": "3.9.2",
"serve-favicon": "2.5.0",
"try-require": "1.2.1",
"update-notifier": "4.1.0",
"yaml-front-matter": "4.1.0",
"yargs-parser": "17.0.0"
},
"optionalDependencies": {
"puppeteer": "1.19.0"
},
"devDependencies": {
"bron": "1.1.1",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-prettier": "3.1.2",
"prettier": "1.19.1"
},
"engines": {
"node": ">=8"
}
}