log4js-node/.bob.json
2013-05-25 14:00:06 +10:00

13 lines
156 B
JSON

{
"build": "clean lint coverage test",
"lint": {
"type": "jshint"
},
"coverage": {
"type": "vows"
},
"test": {
"type": "vows"
}
}