-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 726 Bytes
/
library.json
File metadata and controls
34 lines (34 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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"
}