pxt-ev3/libs/touch-sensor/pxt.json
2017-11-28 16:11:15 -08:00

15 lines
263 B
JSON

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