38 lines
745 B
JSON
38 lines
745 B
JSON
{
|
|
"name": "pxt-calliope",
|
|
"version": "0.5.75",
|
|
"description": "calliope target for PXT",
|
|
"keywords": [
|
|
"JavaScript",
|
|
"education",
|
|
"microbit"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
|
|
"files": [
|
|
"README.md",
|
|
"pxtarget.json",
|
|
"built/*.js",
|
|
"built/*.json",
|
|
"built/*.d.ts",
|
|
"built/hexcache",
|
|
"sim/public",
|
|
"docs/*.md",
|
|
"docs/*/*.md",
|
|
"docs/*/*/*.md"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "^1.8.7"
|
|
},
|
|
"dependencies": {
|
|
"pxt-core": "0.5.65",
|
|
"less": "^2.6.0",
|
|
"semantic-ui-less": "^2.2.4"
|
|
}
|
|
}
|