UNPKG
markdown-to-rex
Version:
latest (0.1.1)
0.1.1
0.1.0
ReasonML bindings for markdown-to-jsx javascript package
markdown-to-rex
/
bsconfig.json
22 lines
(20 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name"
:
"markdown-to-rex"
,
"reason"
:
{
"react-jsx"
:
3
}
,
"sources"
:
{
"dir"
:
"src"
,
"subdirs"
:
true
}
,
"package-specs"
:
[
{
"module"
:
"commonjs"
,
"in-source"
:
true
}
]
,
"suffix"
:
".bs.js"
,
"namespace"
:
true
,
"bs-dependencies"
:
[
"reason-react"
]
,
"refmt"
:
3
}