@micro-os-plus/devices-qemu-cortexm
Version:
A source code library with the µOS++ QEMU Cortex-M devices support
52 lines (51 loc) • 1.34 kB
JSON
{
"name": "@micro-os-plus/devices-qemu-cortexm",
"version": "5.1.0",
"description": "A source code library with the µOS++ QEMU Cortex-M devices support",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short"
},
"repository": {
"type": "git",
"url": "https://github.com/micro-os-plus/devices-qemu-cortexm-xpack.git"
},
"homepage": "https://github.com/micro-os-plus/devices-qemu-cortexm-xpack",
"bugs": {
"url": "https://github.com/micro-os-plus/devices-qemu-cortexm-xpack/issues"
},
"keywords": [
"xpack",
"c++",
"qemu",
"cortex-m",
"micro-os-plus"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"config": {},
"dependencies": {},
"bundleDependencies": [],
"devDependencies": {},
"xpack": {
"minimumXpmRequired": "0.16.2",
"dependencies": {},
"devDependencies": {},
"properties": {},
"actions": {
"link-deps": [
"xpm link @xpack-3rd-party/arm-cmsis-core"
]
},
"buildConfigurations": {}
}
}