Move files from main kindscript repo

This commit is contained in:
Michal Moskal
2016-03-10 14:01:04 -08:00
parent a0f7ddd1be
commit 1a17bfac04
39 changed files with 2633 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"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": "*"
}
}