Skip to content

Commit

Permalink
Create library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavJochman authored Jan 3, 2019
1 parent c407941 commit acbaed2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "http://robotcing.wz.sk/",
"maintainer": true
},
{
"name": "Veronika Nemjová",
"email": "[email protected]"
}
],
"dependencies":
{
"name": "Robot Cing",
"authors": "Stanislav Jochman, Veronika Nemjová",
"frameworks": "arduino"
},
"version": "3.0.0",
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit acbaed2

Please sign in to comment.