pxt-hacking-stem/pxt.json

23 строки
423 B
JSON
Исходник Обычный вид История

2018-05-23 08:24:30 +03:00
{
2020-05-13 18:13:12 +03:00
"name": "data-streamer",
2021-11-11 22:04:01 +03:00
"version": "0.1.3",
2018-05-23 08:24:30 +03:00
"description": "Support for Hacking STEM activities",
"license": "MIT",
"dependencies": {
2018-05-23 09:08:54 +03:00
"core": "*"
2018-05-23 08:24:30 +03:00
},
"files": [
"README.md",
2020-05-13 18:03:53 +03:00
"extension.ts"
2018-05-23 08:24:30 +03:00
],
"testFiles": [
"test.ts"
],
2020-05-13 18:03:53 +03:00
"public": true,
"supportedTargets": [
"microbit"
],
2021-11-11 21:37:51 +03:00
"preferredEditor": "tsprj",
"binaryonly": true
2020-05-13 18:03:53 +03:00
}