diff --git a/library.json b/library.json new file mode 100644 index 0000000..0f5ce34 --- /dev/null +++ b/library.json @@ -0,0 +1,34 @@ +{ + "name": "Webduino", + "version": "1.0.0", + "keywords": "http, web, server, json, rest, ethernet", + "description": "An extensible web server library (for use with the Arduino WizNet Ethernet Shield)", + "authors": + [ + { + "name": "Ben Combee", + "email": "ben.combee@gmail.com", + "url": "https://code.google.com/u/ben.combee/", + "maintainer": true + }, + { + "name": "Ran Talbott" + }, + { + "name": "Christopher Lee" + }, + { + "name": "Martin Lormes" + }, + { + "name": "Francisco M Cuenca-Acuna" + } + ], + "repository": + { + "type": "git", + "url": "https://github.com/sirleech/Webduino.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}