UNPKG

pxt-common-packages

Version:
21 lines (20 loc) 383 B
{ "name": "touch", "description": "The capacitive touch library", "files": [ "README.md", "touch.h", "touch.cpp", "touch.ts", "shims.d.ts", "enums.d.ts" ], "testFiles": [ "test.ts" ], "public": true, "dependencies": { "core": "file:../core", "buttons": "file:../buttons" } }