UNPKG

asciidoctor-converter-opendocument

Version:
42 lines (41 loc) 1.03 kB
{ "name": "asciidoctor-converter-opendocument", "version": "1.0.0-alpha.12", "description": "Convert Asciidoc documents to OpenDocument (ODT) files.", "main": "index.js", "dependencies": {}, "peerDependencies": { "@asciidoctor/core": ">=2.0.0-rc.1 <3" }, "devDependencies": { "eslint": "^5.15.3" }, "scripts": { "lint": "eslint **/*.js", "pretest": "npm run lint", "test": "exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/oncletom/asciidoctor-converter-opendocument.git" }, "keywords": [ "asciidoctor", "asciidoc", "converter", "opendocument", "odt", "odf" ], "prettier": { "arrowParens": "always", "bracketSpacing": false, "singleQuote": true }, "author": "Thomas Parisot (https://oncletom.io)", "license": "MIT", "bugs": { "url": "https://github.com/oncletom/asciidoctor-converter-opendocument/issues" }, "homepage": "https://github.com/oncletom/asciidoctor-converter-opendocument#readme" }