2016-03-10 14:01:04 -08:00
|
|
|
{
|
2016-09-26 15:05:06 -07:00
|
|
|
"name": "pxt-calliope",
|
2016-11-12 05:21:03 -08:00
|
|
|
"version": "0.5.83",
|
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",
|
2016-11-04 11:38:00 -07:00
|
|
|
"built/hexcache",
|
2016-05-09 14:13:15 -07:00
|
|
|
"sim/public",
|
|
|
|
"docs/*.md",
|
|
|
|
"docs/*/*.md",
|
2016-11-04 11:38:00 -07:00
|
|
|
"docs/*/*/*.md"
|
2016-05-09 14:13:15 -07:00
|
|
|
],
|
2016-11-10 14:15:55 -08:00
|
|
|
"main": "built/pxtrequire.js",
|
|
|
|
"typings": "built/pxtrequire.d.ts",
|
2016-05-09 14:13:15 -07:00
|
|
|
"devDependencies": {
|
2016-11-11 10:56:45 -08:00
|
|
|
"typescript": "^1.8.7",
|
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-11-11 10:56:45 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-11 15:25:31 -08:00
|
|
|
"pxt-core": "0.5.72"
|
2016-05-09 14:13:15 -07:00
|
|
|
}
|
2016-11-10 14:22:00 -08:00
|
|
|
}
|