meshviewer/.bithoundrc

27 lines
353 B
Plaintext
Raw Normal View History

2017-02-06 23:41:41 +00:00
{
"dependencies": {
"mute": [
],
"unused-ignores": [
"almond",
"d3-*",
"leaflet",
"moment",
"navigo",
"node-polyglot",
"promise-polyfill",
"rbush",
"requirejs",
"snabbdom"
2017-02-06 23:41:41 +00:00
]
},
"critics": {
"wc": {
"limit": 5000
}
},
"ignore": [
"polyfill.js"
]
2017-02-06 23:41:41 +00:00
}