j5e
Version:
j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification
20 lines • 347 B
JSON
{
"include": [],
"modules": {
"*": [],
"j5e/fn": "$(j5e)/lib/fn/*",
"j5e/motor": "$(j5e)/lib/motor/*",
"j5e/event": "$(j5e)/lib/event/*"
},
"preload": [
"j5e/fn",
"j5e/motor",
"j5e/event"
],
"platforms": {
"esp": {},
"...": {
"error": "Experimental ECMA-419 IO modules unsupported"
}
}
}