2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-09-27 00:05:06 +02:00
|
|
|
"name": "pxt-calliope",
|
2016-10-17 19:54:19 +02:00
|
|
|
"version": "0.5.18",
|
2016-09-27 00:05:06 +02:00
|
|
|
"description": "calliope target for PXT",
|
2016-05-09 23:13:15 +02:00
|
|
|
"keywords": [
|
|
|
|
"JavaScript",
|
|
|
|
"education",
|
|
|
|
"microbit"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-27 00:05:06 +02:00
|
|
|
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
|
2016-05-09 23:13:15 +02:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
2016-09-27 00:05:06 +02:00
|
|
|
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
|
2016-05-09 23:13:15 +02:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"pxtarget.json",
|
|
|
|
"built/*.js",
|
|
|
|
"built/*.json",
|
|
|
|
"built/*.d.ts",
|
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
|
|
|
"docs/*/*/*.md"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^1.8.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-10-18 06:25:08 +02:00
|
|
|
"pxt-core": "0.4.62"
|
2016-05-09 23:13:15 +02:00
|
|
|
}
|
2016-03-10 23:01:04 +01:00
|
|
|
}
|