Packages

A CLI tool to manage package dependencies

Current section

Files

Jump to
wand wand.json
Raw

wand.json

{
"version": "1.0.0",
"dependencies": {
"earmark": "~> 1.2",
"ex_doc": [">= 0.0.0",{"only":":dev"}],
"excoveralls": ["~> 0.9.1",{"only":":test"}],
"httpoison": "~> 1.2",
"junit_formatter": ["~> 2.2",{"only":":test"}],
"modglobal": ["~> 0.2.4",{"only":":test"}],
"mox": ["~> 0.4.0",{"only":":test"}],
"wand_core": ">= 0.3.2 and < 0.4.0"
}
}