pxt-calliope/libs/hello/pxt.json

13 lines
213 B
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "hello",
"description": "Hello world",
"files": [
"hello.ts"
],
"public": true,
"dependencies": {
"core": "file:../core",
"radio": "file:../radio"
2016-03-10 23:01:04 +01:00
}
}