19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "codethemicrobit",
|
|
"version": "0.1.0",
|
|
"description": "A Blocks / JavaScript editor for the micro:bit",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron-prebuilt": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "1.8.7",
|
|
"pxt-core": "*",
|
|
"pxt-microbit": "*"
|
|
}
|
|
} |