123456789101112131415161718192021222324252627 |
- {
- "name": "Art-Net",
- "keywords": "artnet, art-net, Ethernet, DMX",
- "description": "An Art-Net library for Teensy and Arduino",
- "repository":
- {
- "type": "git",
- "url": "https://github.com/natcl/Artnet.git"
- },
- "authors":
- [
- {
- "name": "Nathanaël Lécaudé",
- "maintainer": true
- }
- ],
- "dependencies":
- {
- "name": "Ethernet",
- "authors": "Paul Stoffregen",
- "frameworks": "arduino"
- },
- "version": "1.0.0",
- "frameworks": "arduino",
- "platforms": "*"
- }
|