diff --git a/library.json b/library.json new file mode 100644 index 00000000..de97043c --- /dev/null +++ b/library.json @@ -0,0 +1,19 @@ +{ + "name": MySensors NodeManager", + "version":"1.8.0", + "keywords":["framework", "sensor", "rf", "Mysensors"], + "description":"Frontend for your MySensors projects.", + "repository": + { + "type": "git", + "url": "https://github.com/mysensors/NodeManager.git", + }, + "frameworks": "arduino",, + "platforms": ["atmelavr", "atmelsam", "espressif8266"], + "dependencies": + { + "name": "MySensors", + "frameworks": "arduino" + } + +} \ No newline at end of file