{ "lib/*.coffee": { "alternate": "test/%sTest.coffee", "command": "lib" }, "test/*Test.coffee": { "alternate": "lib/%s.coffee", "command": "test" }, "*": { "compiler": "node_modules/.bin/cake test" } }