{ "name": "mcnd/notes-route", "description": "Create a route map from annotations of given classes.", "type": "library", "license": "MIT", "authors": [ { "name": "Dave Mc Nicoll", "email": "info@mcnd.ca" } ], "require": { "mcnd/notes": "master-dev" }, "repositories": [ { "type": "vcs", "url": "https://github.com/mcNdave/notes.git" } ], "autoload": { "psr-4": { "Notes\\Route\\": "src/" } } }