log4js-node/.bob.json
2013-08-29 16:56:40 +10:00

13 lines
167 B
JSON

{
"build": "clean lint test coverage",
"lint": {
"type": "jshint"
},
"coverage": {
"type": "mocha-istanbul"
},
"test": {
"type": "mocha"
}
}