libpcap
Version:
Node bindings for libpcap
19 lines (16 loc) • 314 B
Plain Text
// docs for jshint : http://www.jshint.com/docs/
// options for jshint : http://www.jshint.com/docs/options/
{
"node": true,
"mocha": true,
"esnext": true,
"undef": true,
"unused": true,
"camelcase": true,
"bitwise": true,
"eqeqeq": true,
"freeze": true,
"strict": false,
"predef": [
]
}