meshviewer/.bithoundrc
2017-02-25 16:49:22 +01:00

26 lines
357 B
Plaintext

{
"dependencies": {
"mute": [
],
"unused-ignores": [
"almond",
"chroma-js",
"d3",
"d3-*",
"leaflet",
"leaflet-label",
"moment",
"node-polyglot",
"rbush",
"requirejs",
"virtual-dom",
"promise-polyfill"
]
},
"critics": {
"wc": {
"limit": 5000
}
}
}