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

15 lines
263 B
JSON
Raw Normal View History

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