mudlet-map-binary-reader
Version:
Reads Mudlet's map binary file (v20 only!). Can output .js files needed for Mudlet Map Reader. Mudlet map JSON format is yet unsupported.
25 lines (24 loc) • 726 B
JSON
{
"name": "mudlet-map-binary-reader",
"version": "0.6.0",
"keywords": [
"mudlet",
"map",
"mud"
],
"author": "Delwing",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Delwing/node-mudlet-map-binary-reader.git"
},
"dependencies": {
"lodash": "^4.17.21",
"qtdatastream": "^1.1.0"
},
"main": "./index.js",
"description": "Reads Mudlet's map binary file (v20 only!). Can output .js files needed for Mudlet Map Reader.\r Mudlet map JSON format is yet unsupported.",
"bugs": {
"url": "https://github.com/Delwing/node-mudlet-map-binary-reader/issues"
},
"homepage": "https://github.com/Delwing/node-mudlet-map-binary-reader#readme"
}