pxt-ev3/libs/infrared-sensor/pxt.json

15 lines
266 B
JSON
Raw Permalink Normal View History

2017-11-30 18:53:43 +01:00
{
"name": "infrared-sensor",
"description": "Infrared Sensor support",
"files": [
"README.md",
"ir.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}