pxt-calliope/package.json

47 lines
1021 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",
2018-04-17 23:55:42 +02:00
"version": "0.14.31",
2017-04-18 06:55:04 +02:00
"description": "micro:bit target for Microsoft MakeCode (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",
2018-02-24 04:14:05 +01:00
"targetconfig.json",
2016-05-09 23:13:15 +02:00
"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",
2018-02-24 04:14:05 +01:00
"docs/static/*.svg",
"docs/static/*.png",
"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",
2017-04-08 00:30:00 +02:00
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6",
"less": "2.7.3",
"semantic-ui-less": "2.2.14"
},
"dependencies": {
2018-04-17 23:55:31 +02:00
"pxt-core": "0.18.5"
2016-05-09 23:13:15 +02:00
}
2016-03-10 23:01:04 +01:00
}