27 lines
526 B
JSON
Raw Normal View History

2016-04-03 17:38:50 -07:00
{
2016-04-05 18:21:24 -07:00
"name": "neopixel",
2016-04-03 17:38:50 -07:00
"description": "AdaFruit NeoPixel driver for micro:bit",
"files": [
2016-04-05 19:02:12 -07:00
"README.md",
2016-04-03 17:38:50 -07:00
"neopixel.ts",
"sendbuffer.asm"
],
"testFiles": [
"neotest.ts"
],
"yotta": {
2016-04-03 17:38:50 -07:00
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
2016-04-03 17:38:50 -07:00
}
},
"public": true,
"dependencies": {
"microbit": "file:../microbit"
2016-04-05 19:02:12 -07:00
},
2016-04-15 07:42:52 -07:00
"installedVersion": "fgluxh"
2016-04-03 17:38:50 -07:00
}