Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
}