pxt-calliope/package.json

42 lines
872 B
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
2016-05-09 23:13:15 +02:00
"name": "pxt-microbit",
2017-03-02 04:24:38 +01:00
"version": "0.9.37",
2016-08-12 12:37:27 +02:00
"description": "micro:bit target for PXT",
2016-05-09 23:13:15 +02: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",
"built/web",
2016-05-09 23:13:15 +02:00
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md",
"docs/static/icons/favicon.ico"
2016-05-09 23:13:15 +02:00
],
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
2016-05-09 23:13:15 +02:00
"devDependencies": {
"typescript": "^1.8.7",
"less": "^2.6.0",
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
2017-03-04 01:46:44 +01:00
"pxt-core": "0.11.62"
2016-05-09 23:13:15 +02:00
}
2016-03-10 23:01:04 +01:00
}