UNPKG
bitxplus
Version:
latest (1.5.1)
1.5.1
1.5.0
A simple wrapper for the BitX API.
github.com/gamaroff/node-bitx
gamaroff/node-bitx
bitxplus
/
.jshintrc
14 lines
(12 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"node"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"indent"
:
2
,
"latedef"
:
true
,
"newcap"
:
false
,
"quotmark"
:
"single"
,
"strict"
:
true
,
"undef"
:
true
,
"unused"
:
true
}