UNPKG
tooty
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Simple agnostic message router for node
github.com/filp/tooty
filp/tooty
tooty
/
.eslintrc
15 lines
(14 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"ecmaFeatures"
:
{
"modules"
:
true
}
,
"globals"
:
{
"assert"
:
true
}
,
"env"
:
{
"mocha"
:
true
,
"browser"
:
false
,
"node"
:
true
,
"es6"
:
true
}
}