meshviewer/.bithoundrc
Xaver Maierhofer c28840f3f5
[TASK] Use snabbdom for DOM
Replaces virtual-dom
2017-04-25 23:21:55 +02:00

24 lines
316 B
Plaintext

{
"dependencies": {
"mute": [
],
"unused-ignores": [
"almond",
"d3-*",
"leaflet",
"moment",
"navigo",
"node-polyglot",
"promise-polyfill",
"rbush",
"requirejs",
"snabbdom"
]
},
"critics": {
"wc": {
"limit": 5000
}
}
}