pxt-calliope/package.json

40 lines
816 B
JSON
Raw Permalink Normal View History

2016-03-10 14:01:04 -08:00
{
2016-05-09 14:13:15 -07:00
"name": "pxt-microbit",
2016-12-18 20:57:52 -08:00
"version": "0.6.45",
2016-08-12 03:37:27 -07:00
"description": "micro:bit target for PXT",
2016-05-09 14:13:15 -07:00
"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",
2016-05-09 14:13:15 -07:00
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
2016-05-09 14:13:15 -07:00
],
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
2016-05-09 14:13:15 -07:00
"devDependencies": {
"typescript": "^1.8.7",
"less": "^2.6.0",
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
2016-12-18 20:57:50 -08:00
"pxt-core": "0.6.7"
2016-05-09 14:13:15 -07:00
}
2016-03-10 14:01:04 -08:00
}