pxt-calliope/package.json

32 lines
663 B
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "kindscript-microbit",
2016-03-29 00:33:09 +02:00
"version": "0.0.1",
2016-03-10 23:01:04 +01:00
"private": true,
2016-03-29 00:33:09 +02:00
"description": "BBC micro:bit target for KindScript",
2016-03-10 23:01:04 +01:00
"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": [
2016-03-29 00:33:09 +02:00
"README.md",
"kindtarget.json",
"kindtheme.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public"
2016-03-10 23:01:04 +01:00
],
"dependencies": {
2016-03-11 01:24:11 +01:00
"kindscript": "*",
"typescript": "^1.8.7"
2016-03-10 23:01:04 +01:00
}
}