34 lines
687 B
JSON
34 lines
687 B
JSON
{
|
|
"name": "EtherCard",
|
|
"version": "1.1.0",
|
|
"keywords": "http, web, server, client, ethernet",
|
|
"description": "EtherCard is an IPv4 driver for the ENC28J60 chip.",
|
|
"homepage": "https://github.com/njh/EtherCard",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Nicholas Humfrey",
|
|
"url": "http://njh.me/",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Jean-Claude Wippler",
|
|
"url": "http://jeelabs.org/"
|
|
},
|
|
{
|
|
"name": "Pascal Stang"
|
|
},
|
|
{
|
|
"name": "Guido Socher"
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/njh/EtherCard.git"
|
|
},
|
|
"license": "GPL-2.0",
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|