forked from webpro/reveal-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 KB
/
package.json
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
64
65
{
"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": "4.1.6",
"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 test",
"format": "prettier --write lib/**/*.js bin/*.js test/*.js *.md",
"release": "release-it"
},
"dependencies": {
"debug": "4.1.1",
"express": "4.17.1",
"fs-extra": "9.0.1",
"glob": "7.1.6",
"highlight.js": "10.2.0",
"livereload": "0.9.1",
"lodash": "4.17.20",
"mustache": "4.0.1",
"open": "7.2.1",
"reveal.js": "4.0.2",
"serve-favicon": "2.5.0",
"try-require": "1.2.1",
"update-notifier": "4.1.1",
"yaml-front-matter": "4.1.0",
"yargs-parser": "20.0.0"
},
"optionalDependencies": {
"puppeteer": "1.19.0"
},
"devDependencies": {
"bron": "1.1.1",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"prettier": "2.1.1",
"release-it": "14.0.2"
},
"engines": {
"node": ">=8"
}
}