summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e2f04de
--- /dev/null
+++ b/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "asciidoctor-interdoc-reftext",
+ "version": "0.2.0",
+ "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references",
+ "main": "js/asciidoctor-interdoc-reftext.js",
+ "files": [
+ "js/asciidoctor-interdoc-reftext.js",
+ "LICENSE",
+ "README.adoc"
+ ],
+ "scripts": {
+ "prepublishOnly": "bundle install && bundle exec rake build:js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jirutka/asciidoctor-interdoc-reftext.git"
+ },
+ "keywords": [
+ "asciidoc",
+ "asciidoctor",
+ "extension",
+ "opal"
+ ],
+ "author": "Jakub Jirutka <jakub@jirutka.cz>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/jirutka/asciidoctor-interdoc-reftext/issues"
+ },
+ "homepage": "https://github.com/jirutka/asciidoctor-interdoc-reftext",
+ "dependencies": {
+ "asciidoctor.js": "^1.5.6",
+ "opal-runtime": "^1.0.3"
+ }
+}