56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "asciidoctor",
|
|
"version": "2.2.8",
|
|
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
|
|
"main": "index.js",
|
|
"types": "types",
|
|
"bin": {
|
|
"asciidoctor": "bin/asciidoctor",
|
|
"asciidoctorjs": "bin/asciidoctor"
|
|
},
|
|
"scripts": {
|
|
"test": "./bin/asciidoctor --version",
|
|
"dist": "pkg package.json --out-path dist"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.11",
|
|
"npm": ">=5.0.0",
|
|
"yarn": ">=1.1.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"types/index.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/asciidoctor/asciidoctor.js.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"asciidoc",
|
|
"asciidoctor",
|
|
"opal",
|
|
"javascript",
|
|
"library"
|
|
],
|
|
"authors": [
|
|
"Dan Allen (https://github.com/mojavelinux)",
|
|
"Guillaume Grossetie (https://github.com/mogztter)",
|
|
"Anthonny Quérouil (https://github.com/anthonny)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/asciidoctor/asciidoctor.js/issues"
|
|
},
|
|
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
|
|
"dependencies": {
|
|
"@asciidoctor/cli": "3.5.0",
|
|
"@asciidoctor/core": "2.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"pkg": "5.2.1"
|
|
}
|
|
}
|