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
|
{
"name": "asciidoctor-interdoc-reftext",
"version": "0.5.0",
"description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references",
"author": "Jakub Jirutka <jakub@jirutka.cz>",
"license": "MIT",
"homepage": "https://github.com/jirutka/asciidoctor-interdoc-reftext/",
"bugs": {
"url": "https://github.com/jirutka/asciidoctor-interdoc-reftext/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jirutka/asciidoctor-interdoc-reftext.git"
},
"keywords": [
"asciidoc",
"asciidoctor",
"extension",
"opal"
],
"main": "dist/asciidoctor-interdoc-reftext.js",
"files": [
"dist/asciidoctor-interdoc-reftext.js",
"LICENSE",
"README.adoc"
],
"scripts": {
"prepublishOnly": "bundle install && bundle exec rake build:js"
},
"devDependencies": {
"@asciidoctor/core": ">=2.0.0 <2.2.0"
},
"peerDependencies": {
"@asciidoctor/core": ">=2.0.0 <2.2.0"
}
}
|