{ "name": "asciidoctor-interdoc-reftext", "version": "0.3.0", "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references", "author": "Jakub Jirutka ", "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" }, "dependencies": { "asciidoctor.js": "~1.5.6", "opal-runtime": "^1.0.3" } }