52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "pxt-calliope",
|
|
"version": "2.1.48",
|
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
"keywords": [
|
|
"JavaScript",
|
|
"education",
|
|
"calliope",
|
|
"mini"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pxt-microbit.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Microsoft/pxt-microbit#readme",
|
|
"files": [
|
|
"README.md",
|
|
"pxtarget.json",
|
|
"targetconfig.json",
|
|
"built/*.js",
|
|
"built/*.json",
|
|
"built/*.d.ts",
|
|
"built/hexcache",
|
|
"built/web",
|
|
"sim/public",
|
|
"docs/*.md",
|
|
"docs/*/*.md",
|
|
"docs/*/*/*.md",
|
|
"docs/static/*.svg",
|
|
"docs/static/*.png",
|
|
"docs/static/icons/favicon.ico"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bluebird": "2.0.33",
|
|
"@types/marked": "0.3.0",
|
|
"@types/node": "8.0.53",
|
|
"@types/react": "16.0.25",
|
|
"@types/react-dom": "16.0.3",
|
|
"@types/web-bluetooth": "0.0.4",
|
|
"less": "2.7.3",
|
|
"react": "16.8.3",
|
|
"semantic-ui-less": "2.2.14",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"pxt-common-packages": "6.21.5",
|
|
"pxt-core": "5.34.14"
|
|
}
|
|
}
|