Library dependancy doesn't download

After some more tests, I realize that some of my projects work some others don’t. For example the Gate project seems to work but Button doesn’t.

I also can reproduce it on my computer with libs on the PLATFORMIO_LIB_EXTRA_DIRS folder, so platformio doesn’t try to find it.

On the library.json file on the Luos 1.0.0 lib if I replace

    "dependencies": [
        {
            "name": "luos/LuosHAL",
            "version": "~0.1.0"
        }
    ],

by

    "dependencies": [
        {
            "name": "LuosHAL",
            "version": "~0.1.0"
        }
    ],

it’s working.