pxt-ev3/libs/core/pxt.json

20 lines
324 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",
2017-06-29 19:41:38 +02:00
"linux.cpp",
2017-06-29 16:47:26 +02:00
"ns.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"base": "file:../base"
}
}