{ 
    "name" : "wd-unit"
    , "description" : "Drive in-browser tests with WD."
    , "tags" : ["web", "automation", "browser", "javascript", "jasmine", "qunit", "foounit"]
    , "version" : "0.0.5"
    , "author" : "Mathieu Sabourin <mathieu.c.sabourin@gmail.com>"
    , "repository" : { 
	"type" : "git"
	, "url" : "https://github.com/OniOni/wd-unit.git"
    }
    , "bugs" : { 
	"url" : "https://github.com/OniOni/wd-unit/issues" 
    }
    , "engines" : ["node"]
    , "main" : "./lib/main"
    , "directories" : { "lib" : "./lib" }
    , "dependencies" : {
	"wd" : "latest"
	,"htmlparser": "latest"
    }
    , "devDependencies" : {
	"wd" : "latest"
	,"htmlparser": "latest"
    }
}
