44 строки
947 B
JSON
44 строки
947 B
JSON
{
|
|
"name": "pxt-microbit",
|
|
"version": "0.14.10",
|
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
"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",
|
|
"built/*.js",
|
|
"built/*.json",
|
|
"built/*.d.ts",
|
|
"built/hexcache",
|
|
"built/web",
|
|
"sim/public",
|
|
"docs/*.md",
|
|
"docs/*/*.md",
|
|
"docs/*/*/*.md",
|
|
"docs/static/icons/favicon.ico"
|
|
],
|
|
"main": "built/pxtrequire.js",
|
|
"typings": "built/pxtrequire.d.ts",
|
|
"devDependencies": {
|
|
"typescript": "^1.8.7",
|
|
"less": "^2.6.0",
|
|
"rtlcss": "^2.1.2",
|
|
"autoprefixer": "^6.7.6",
|
|
"semantic-ui-less": "^2.2.4"
|
|
},
|
|
"dependencies": {
|
|
"pxt-core": "0.17.4"
|
|
}
|
|
}
|