{
    "name": "soda-sync"
  , "version": "1.0.1"
  , "description": "sync version of soda using fibers."
  , "keywords": ["selenium","soda","test","fibers", "sync"]
  , "author": "Seb Vincent <seb.vincent@gmail.com>"
  , "repository": { "type": "git", "url": "git@github.com:sebv/node-soda-sync.git" }
  , "main": "./index"
  , "engine": "node >= 0.6.1"
  , "scripts": {
    "test": "cake test"
  }
  , "dependencies": {
    "soda": "0.2.x",
    "make-sync": "0.1.x"
  }
  , "devDependencies" : {
    "coffee-script" : "latest"    
    , "sv-cake-utils" : "latest"
    , "mocha": "latest"
    ,"should": "latest"
    ,"sv-selenium": "latest"
  }
}
