pxt-ev3/libs/core/pxt.json
2017-07-10 14:16:31 +01:00

37 lines
677 B
JSON

{
"name": "core",
"description": "The core library",
"files": [
"README.md",
"Makefile",
"pxt.h",
"pxtcore.h",
"linux.cpp",
"mmap.cpp",
"control.cpp",
"buttons.ts",
"screen.cpp",
"screen.ts",
"output.cpp",
"output.ts",
"core.ts",
"input.ts",
"ir.ts",
"touch.ts",
"shims.d.ts",
"enums.d.ts",
"dal.d.ts",
"ns.ts"
],
"testFiles": [
"test.ts"
],
"npmDependencies": {
"ev3api-bin": "1.1.0"
},
"public": true,
"dependencies": {
"base": "file:../base"
}
}