pxt-ev3/libs/core/pxt.json

42 lines
824 B
JSON
Raw Normal View History

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",
"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",
"console.ts",
"timer.ts",
"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",
2018-01-05 06:50:13 +01:00
"battery.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"
],
"npmDependencies": {},
2017-06-29 16:47:26 +02:00
"public": true,
"dependencies": {
"base": "file:../base"
}
}