Files
pxt-ev3/libs/infrared-sensor/pxt.json
Peli de Halleux 34a5aeb7d2 moving IR as well
2017-11-30 09:53:43 -08:00

15 lines
266 B
JSON

{
"name": "infrared-sensor",
"description": "Infrared Sensor support",
"files": [
"README.md",
"ir.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}