pxt-calliope/libs/hello/kind.json
2016-03-10 15:01:58 -08:00

12 lines
183 B
JSON

{
"name": "hello",
"description": "Hello world",
"files": [
"hello.ts"
],
"public": true,
"dependencies": {
"core": "file:../microbit"
}
}