pxt-calliope/package.json
2016-03-10 16:24:11 -08:00

26 lines
529 B
JSON

{
"name": "kindscript-microbit",
"version": "0.0.0",
"private": true,
"description": "microbit target for KindScript",
"keywords": [
"JavaScript",
"education",
"microbit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/kindscript-microbit.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/kindscript-microbit#readme",
"files": [
"README.md"
],
"dependencies": {
"kindscript": "*",
"typescript": "^1.8.7"
}
}