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-06-29 19:41:38 +02:00
|
|
|
"linux.cpp",
|
2017-07-07 12:44:34 +02:00
|
|
|
"control.cpp",
|
2017-07-05 02:17:26 +02:00
|
|
|
"buttons.cpp",
|
2017-07-05 14:06:58 +02:00
|
|
|
"screen.cpp",
|
|
|
|
"screen.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-06-29 16:47:26 +02:00
|
|
|
"ns.ts"
|
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
"test.ts"
|
|
|
|
],
|
2017-07-01 13:05:52 +02:00
|
|
|
"npmDependencies": {
|
2017-07-07 11:38:20 +02:00
|
|
|
"ev3api-bin": "1.1.0"
|
2017-07-01 13:05:52 +02:00
|
|
|
},
|
2017-06-29 16:47:26 +02:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base"
|
|
|
|
}
|
2017-07-07 11:38:20 +02:00
|
|
|
}
|