2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "core",
|
|
|
|
"description": "The core library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
2017-06-29 17:35:57 +02:00
|
|
|
"Makefile",
|
2017-06-29 16:47:26 +02:00
|
|
|
"pxt.h",
|
|
|
|
"pxtcore.h",
|
2017-07-11 16:18:59 +02:00
|
|
|
"ev3const.h",
|
2017-06-29 19:41:38 +02:00
|
|
|
"linux.cpp",
|
2017-07-07 19:26:49 +02:00
|
|
|
"mmap.cpp",
|
2017-07-07 12:44:34 +02:00
|
|
|
"control.cpp",
|
2017-12-15 12:25:23 +01:00
|
|
|
"serialnumber.cpp",
|
2017-07-10 15:16:31 +02:00
|
|
|
"buttons.ts",
|
2017-10-30 13:45:37 +01:00
|
|
|
"png.cpp",
|
2017-07-05 14:06:58 +02:00
|
|
|
"screen.cpp",
|
|
|
|
"screen.ts",
|
2017-07-07 16:15:36 +02:00
|
|
|
"output.cpp",
|
|
|
|
"output.ts",
|
2017-07-10 12:37:14 +02:00
|
|
|
"core.ts",
|
2017-12-18 22:04:17 +01:00
|
|
|
"input.cpp",
|
2017-07-10 12:37:14 +02:00
|
|
|
"input.ts",
|
2017-07-05 02:17:26 +02:00
|
|
|
"shims.d.ts",
|
|
|
|
"enums.d.ts",
|
2017-07-05 12:42:42 +02:00
|
|
|
"dal.d.ts",
|
2017-10-30 16:34:47 +01:00
|
|
|
"images.ts",
|
|
|
|
"images.jres",
|
2017-11-16 21:41:47 +01:00
|
|
|
"icons.jres",
|
2017-06-29 16:47:26 +02:00
|
|
|
"ns.ts"
|
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
"test.ts"
|
|
|
|
],
|
2017-07-11 16:58:51 +02:00
|
|
|
"npmDependencies": {},
|
2017-06-29 16:47:26 +02:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base"
|
|
|
|
}
|
2017-07-11 16:58:51 +02:00
|
|
|
}
|