pxt-calliope/libs/lang-test0/pxt.json
2016-04-07 11:30:07 -07:00

13 lines
259 B
JSON

{
"name": "lang-test0",
"description": "Test for the TypeScript -> HEX compiler",
"installedVersion": "file:.",
"files": [
"lang-test0.ts"
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
}
}