echonester
Version:
a client library for searching songs within EchoNest and retrieving the nearest match
35 lines (34 loc) • 596 B
Plain Text
{
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"immed" : true,
"indent" : true,
"latedef" : true,
"maxdepth" : 4,
"maxparams" : 6,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"node" : true,
"nonew" : true,
"quotmark" : "single",
"strict" : true,
"trailing" : true,
"undef" : true,
"unused" : true,
"globals" : {
"after" : true,
"afterEach" : true,
"before" : true,
"beforeEach" : true,
"describe" : true,
"it" : true,
"req" : true,
"requestError" : true,
"requireWithCoverage" : true,
"should" : true
}
}