pxt-ev3/libs/core/pxt.json
2017-07-01 13:05:52 +02:00

24 lines
423 B
JSON

{
"name": "core",
"description": "The core library",
"files": [
"README.md",
"Makefile",
"pxt.h",
"pxtcore.h",
"linux.cpp",
"ns.ts"
],
"testFiles": [
"test.ts"
],
"npmDependencies": {
"pxt-linux-ev3-api": "1.0.0",
"pxt-linux-pth": "2.0.7"
},
"public": true,
"dependencies": {
"base": "file:../base"
}
}