pxt-ev3/libs/core/pxt.json
2017-12-15 11:25:23 +00:00

38 lines
739 B
JSON

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