{ "name": "rm/filemailer", "type": "library", "version": "0.2", "description": "Addon for catching e-mails in Nette FW to filesystem and showing it in the Debug Bar.", "keywords": ["nette", "mailer", "mail", "debugbar", "debuging"], "homepage": "https://github.com/romanmatyus/FileMailer", "license": ["MIT"], "authors": [ { "name": "Jan Drábek", "name": "Roman Mátyus" } ], "require": { "php" : ">=5.3.0", "nette/nette": ">=2.0.7" }, "autoload": { "classmap": ["FileMailer.php", "MailPanel.php"] } }