-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 968 Bytes
/
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
{
"name": "asciidoc-presentation-engine",
"description": "Asciidoc presentation engine",
"version": "0.0.5",
"author": "Anton Shevchuk <[email protected]>, Maksym Medvediev <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/nix-united/ape.git"
},
"dependencies": {
"@asciidoctor/core": "^3.0.4",
"@asciidoctor/reveal.js": "^5.2.0",
"asciidoctor": "^3.0.4",
"browser-sync": "^3.0.3",
"decktape": "^3.14.0",
"reveal.js-copycode": "^1.2.0",
"reveal.js-menu": "^2.1.0",
"reveal.js-mermaid-plugin": "^2.3.0"
},
"scripts": {
"postinstall": "./scripts/postinstall.sh",
"build": "asciidoctor-revealjs",
"prestart": "asciidoctor-revealjs *.adoc */*.adoc",
"pdf": "decktape"
},
"main": "preview.js",
"directories": {
"example": "example"
},
"keywords": [
"asciidoc",
"reveal.js",
"slides",
"presentation"
],
"license": "MIT"
}