pxt-calliope/libs/lang-test0/pxt.json

14 lines
324 B
JSON
Raw Normal View History

2016-04-02 23:18:00 +02:00
{
"name": "lang-test0",
"description": "Test for the TypeScript -> HEX compiler",
"installedVersion": "file:.",
"files": [
"lang-test0.ts"
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-core/libs/lang-test0",
2016-04-02 23:18:00 +02:00
"dependencies": {
"core": "file:../core"
2016-04-02 23:18:00 +02:00
}
}