{
    "name": "lotus/almari",
    "description": "Almari is a micro IoC framework which implement service locator and facade pattern",
    "keywords": ["lotus", "framework","facade","ioc"],
    "license": "MIT",
    "homepage": "https://tonjoostudio.com",
    "authors": [
        {
            "name": "Todi Adiyatmo Wijoyo",
            "homepage": "http://todiadiyatmo.com"
        }
    ],
    "autoload": {
        "psr-4": { 
             "Lotus\\Almari\\": "src/"
        }
    }
}
