odcey
Version:
Converter to plain text Oberon document binary format, used by the BlackBox Component Builder.
24 lines (23 loc) • 515 B
JSON
{
"name": "odcey",
"version": "0.2.3",
"description": "Converter to plain text Oberon document binary format, used by the BlackBox Component Builder.",
"keywords": [
"Oberon",
"BlackBox",
"odc"
],
"author": "ComDivByZero",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Vostok-space/odcey/issues"
},
"homepage": "https://github.com/Vostok-space/odcey",
"main": "odcey.js",
"scripts": {
"odcey": "./odcey.js"
},
"bin": {
"odcey": "./odcey.js"
}
}