-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "asciidoctor-latex.js",
"version": "1.5.5-3",
"description": "Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX in JavaScript!",
"main": "dist/main.js",
"engines": {
"node": ">=0.12",
"npm": ">=3.0.0"
},
"files": [
"dist/main.js",
"LICENSE.adoc",
"README.adoc"
],
"scripts": {
"build": "node npm/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/asciidoctor/asciidoctor-latex.git"
},
"keywords": [
"asciidoc",
"asciidoctor",
"latex",
"javascript",
"library"
],
"authors": [
"James Carlson (https://github.com/jxxcarlson)",
"Guillaume Grossetie (https://github.com/mogztter)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/asciidoctor/asciidoctor-latex/issues"
},
"homepage": "https://github.com/asciidoctor/asciidoctor-latex",
"devDependencies": {
"async": "^1.5.0",
"bestikk-fs": "^0.1.0",
"bestikk-log": "0.1.0",
"bestikk-opal-compiler": "0.2.0"
}
}