pxt-calliope/package.json

48 lines
1.0 KiB
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-10-12 03:04:53 +02:00
"version": "1.1.70",
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
],
"devDependencies": {
"typescript": "2.6.1",
"less": "2.7.3",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53"
},
"dependencies": {
"pxt-common-packages": "0.24.2",
2018-10-12 03:04:41 +02:00
"pxt-core": "4.1.28"
2016-05-09 23:13:15 +02:00
}
2016-03-10 23:01:04 +01:00
}