2016-03-10 23:01:04 +01:00
|
|
|
{
|
2020-09-15 19:44:17 +02:00
|
|
|
"name": "pxt-calliopemini",
|
2022-09-12 18:28:49 +02:00
|
|
|
"version": "4.0.28",
|
2020-09-21 16:17:11 +02:00
|
|
|
"description": "calliope mini target for Microsoft MakeCode (PXT)",
|
2020-03-05 07:33:18 +01:00
|
|
|
"keywords": [
|
|
|
|
"JavaScript",
|
|
|
|
"education",
|
|
|
|
"calliope",
|
|
|
|
"mini"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-21 16:17:11 +02:00
|
|
|
"url": "git+https://github.com/microsoft/pxt-calliope.git"
|
2020-03-05 07:33:18 +01:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
2020-09-21 16:17:11 +02:00
|
|
|
"homepage": "https://github.com/microsoft/pxt-calliope#readme",
|
2020-03-05 07:33:18 +01:00
|
|
|
"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/marked": "0.3.0",
|
2022-03-22 17:36:19 +01:00
|
|
|
"@types/node": "8.10.66",
|
|
|
|
"@types/react": "16.4.7",
|
2020-03-05 07:33:18 +01:00
|
|
|
"@types/react-dom": "16.0.3",
|
|
|
|
"@types/web-bluetooth": "0.0.4",
|
|
|
|
"less": "2.7.3",
|
|
|
|
"react": "16.8.3",
|
2022-03-22 17:36:19 +01:00
|
|
|
"react-dom": "16.11.0",
|
2020-03-05 07:33:18 +01:00
|
|
|
"semantic-ui-less": "2.2.14",
|
2022-03-22 17:36:19 +01:00
|
|
|
"typescript": "4.2.3"
|
2020-03-05 07:33:18 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-22 17:36:19 +01:00
|
|
|
"pxt-common-packages": "9.0.1",
|
2022-06-30 19:01:19 +02:00
|
|
|
"pxt-core": "7.0.17"
|
2020-03-05 07:33:18 +01:00
|
|
|
}
|
2016-11-10 23:22:00 +01:00
|
|
|
}
|