pxt-calliope/libs/hello/pxt.json
2016-10-11 09:08:31 -07:00

12 lines
180 B
JSON

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