pxt-ev3/libs/core/pxt.json
2017-10-30 15:34:47 +00:00

41 lines
790 B
JSON

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