2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-03-29 03:32:05 +02:00
|
|
|
"name": "kindscript-microbit",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"private": true,
|
|
|
|
"description": "BBC micro:bit 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",
|
|
|
|
"kindtarget.json",
|
|
|
|
"kindtheme.json",
|
|
|
|
"built/*.js",
|
|
|
|
"built/*.json",
|
|
|
|
"built/*.d.ts",
|
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
|
|
|
"docs/*/*/*.md"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^1.8.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"kindscript": "0.1.107"
|
|
|
|
}
|
2016-03-10 23:01:04 +01:00
|
|
|
}
|