{ 	"name" : "mocha-cakes"
  ,	"description" : "bdd stories add-on for mocha test framework with cucumber given/then/when syntax."
  ,	"version" : "0.9.0"
  ,	"author" : "Quang Van <quangvvv@gmail.com>"
  ,	"homepage" : "https://github.com/quangv/mocha-cakes"
  ,	"repository" : { "type": "git", "url": "git://github.com/quangv/mocha-cakes.git"}
  ,	"dependencies" : {  "coffee-script" : "*"
                       ,"colors" : "*"
                       ,"underscore" : "*"    
                       ,"optimist" : "*"    
                       ,"underscore.string" : "*"    
                    }
  ,	"devDependencies" : {  "mocha" : "*"
                    }
  , "keywords" : ["mocha", "bdd", "stories", "cucumber", "test", "testing", "gherkin", "acceptance", "customer", "functional", "end-user"]
  , "main" : "./index.js"
}
