forked from asciidoctor/asciidoctor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1005 Bytes
/
bower.json
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
37
38
39
40
41
{
"name": "asciidoctor.js",
"version": "1.5.5-1",
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
"keywords": [
"asciidoc",
"asciidoctor",
"opal",
"javascript",
"library"
],
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
"authors": [
"Dan Allen (https://github.com/mojavelinux)",
"Guillaume Grossetie (https://github.com/mogztter)",
"Anthonny Quérouil (https://github.com/anthonny)"
],
"license": "MIT",
"main": [
"dist/asciidoctor.js",
"dist/asciidoctor-core.js",
"dist/asciidoctor-extensions.js",
"dist/asciidoctor-docbook.js",
"dist/asciidoctor-all.js",
"dist/css/asciidoctor.css"
],
"dependencies": {
"opal": "0.9.2"
},
"ignore": [
"**/.*",
"examples",
"Gemfile",
"Rakefile",
"spec",
"src",
"dist/npm",
"error-in-chrome-console.png",
"error-in-javascript-debugger.png"
]
}