pxt-ev3/libs/infrared-sensor/pxt.json
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"
}
}