2016-03-10 14:01:04 -08:00
|
|
|
{
|
2016-09-26 15:05:06 -07:00
|
|
|
"name": "pxt-calliope",
|
2016-11-07 10:59:05 -08:00
|
|
|
"version": "0.5.68",
|
2016-09-26 15:05:06 -07:00
|
|
|
"description": "calliope target for PXT",
|
2016-05-09 14:13:15 -07:00
|
|
|
"keywords": [
|
|
|
|
"JavaScript",
|
|
|
|
"education",
|
|
|
|
"microbit"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-26 15:05:06 -07:00
|
|
|
"url": "git+https://github.com/Microsoft/pxt-calliope.git"
|
2016-05-09 14:13:15 -07:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
2016-09-26 15:05:06 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/pxt-calliope#readme",
|
2016-05-09 14:13:15 -07:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"pxtarget.json",
|
|
|
|
"built/*.js",
|
|
|
|
"built/*.json",
|
|
|
|
"built/*.d.ts",
|
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
2016-10-24 12:32:05 -07:00
|
|
|
"docs/*/*/*.md",
|
|
|
|
"hexcache/*.hex"
|
2016-05-09 14:13:15 -07:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^1.8.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-07 10:43:52 -08:00
|
|
|
"pxt-core": "0.5.54",
|
2016-10-20 20:14:25 -07:00
|
|
|
"less": "^2.6.0",
|
2016-10-20 20:16:52 -07:00
|
|
|
"semantic-ui-less": "^2.2.4"
|
2016-05-09 14:13:15 -07:00
|
|
|
}
|
2016-03-10 14:01:04 -08:00
|
|
|
}
|