log4js-node/.bob.json

13 lines
156 B
JSON
Raw Normal View History

2013-05-25 12:00:06 +08:00
{
"build": "clean lint coverage test",
"lint": {
"type": "jshint"
},
"coverage": {
"type": "vows"
},
"test": {
"type": "vows"
}
}