UNPKG
orillusion-bs-sinon
Version:
latest (0.1.19)
0.1.19
0.1.18
0.1.17
BuckleScript bindings to the sinon
orillusion-bs-sinon
/
bsconfig.json
21 lines
•
295 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
{
"name"
:
"orillusion-bs-sinon"
,
"sources"
:
[
{
"dir"
:
"src"
,
"subdirs"
:
true
}
,
{
"dir"
:
"test"
,
"subdirs"
:
true
,
"type"
:
"dev"
}
]
,
"bs-dependencies"
:
[
"orillusion-bs-jest"
]
,
"refmt"
:
3
,
"package-specs"
:
[
"es6-global"
]
}