diff --git a/library.json b/library.json new file mode 100644 index 0000000..e858652 --- /dev/null +++ b/library.json @@ -0,0 +1,32 @@ +{ + "name": "Atmega8_IO_basic", + "keywords": "cing, robot, educational, learn, tool", + "description": "Arduino Library for educational robot Cing", + "repository": + { + "type": "git", + "url": "https://github.com/RobotCing/Atmega8_IO_basic.git" + }, + "authors": + [ + { + "name": "Stanislav Jochman", + "email": "s.jochman@gmail.com", + "url": "http://robotcing.wz.sk/", + "maintainer": true + }, + { + "name": "Veronika Nemjová", + "email": "robotcing@gmail.com" + } + ], + "dependencies": + { + "name": "Robot Cing", + "authors": "Stanislav Jochman, Veronika Nemjová", + "frameworks": "arduino" + }, + "version": "3.0.0", + "frameworks": "arduino", + "platforms": "*" +}