pxt-calliope/libs/hello/pxt.json

12 lines
179 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": {
2016-10-11 19:13:30 +02:00
"core": "file:../core"
2016-03-10 23:01:04 +01:00
}
}