.bob.json 156 B

123456789101112
  1. {
  2. "build": "clean lint coverage test",
  3. "lint": {
  4. "type": "jshint"
  5. },
  6. "coverage": {
  7. "type": "vows"
  8. },
  9. "test": {
  10. "type": "vows"
  11. }
  12. }