2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-05-09 23:13:15 +02:00
|
|
|
"name": "pxt-microbit",
|
2019-09-25 15:53:02 +02:00
|
|
|
"version": "2.1.13",
|
2017-04-18 06:55:04 +02:00
|
|
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
2016-05-09 23:13:15 +02:00
|
|
|
"keywords": [
|
|
|
|
"JavaScript",
|
|
|
|
"education",
|
|
|
|
"microbit"
|
|
|
|
],
|
|
|
|
"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",
|
2018-02-24 04:14:05 +01:00
|
|
|
"targetconfig.json",
|
2016-05-09 23:13:15 +02:00
|
|
|
"built/*.js",
|
|
|
|
"built/*.json",
|
|
|
|
"built/*.d.ts",
|
2016-11-04 19:38:00 +01:00
|
|
|
"built/hexcache",
|
2017-01-07 01:29:48 +01:00
|
|
|
"built/web",
|
2016-05-09 23:13:15 +02:00
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
2017-01-07 01:29:48 +01:00
|
|
|
"docs/*/*/*.md",
|
2018-02-24 04:14:05 +01:00
|
|
|
"docs/static/*.svg",
|
|
|
|
"docs/static/*.png",
|
2017-01-07 01:29:48 +01:00
|
|
|
"docs/static/icons/favicon.ico"
|
2016-05-09 23:13:15 +02:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2018-04-21 19:25:43 +02:00
|
|
|
"typescript": "2.6.1",
|
2018-03-22 17:14:56 +01:00
|
|
|
"less": "2.7.3",
|
2018-04-21 19:25:43 +02:00
|
|
|
"semantic-ui-less": "2.2.14",
|
2019-03-21 16:04:48 +01:00
|
|
|
"react": "16.3.1",
|
|
|
|
"@types/react": "16.0.25",
|
|
|
|
"@types/react-dom": "16.0.3",
|
2018-04-21 19:25:43 +02:00
|
|
|
"@types/bluebird": "2.0.33",
|
|
|
|
"@types/jquery": "3.2.16",
|
|
|
|
"@types/marked": "0.3.0",
|
2018-10-13 01:12:27 +02:00
|
|
|
"@types/node": "8.0.53",
|
|
|
|
"@types/web-bluetooth": "0.0.4"
|
2016-11-11 07:56:33 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-18 22:40:20 +02:00
|
|
|
"pxt-common-packages": "6.16.5",
|
2019-09-25 15:52:29 +02:00
|
|
|
"pxt-core": "5.23.17"
|
2016-05-09 23:13:15 +02:00
|
|
|
}
|
2019-07-02 05:37:25 +02:00
|
|
|
}
|