binarykvparser
Version:
Parses binary KeyValues, used especially in Steam
26 lines (25 loc) • 589 B
JSON
{
"name": "binarykvparser",
"version": "2.3.0",
"description": "Parses binary KeyValues, used especially in Steam",
"main": "index.js",
"dependencies": {
"long": "^3.2.0"
},
"bundledDependencies": ["long"],
"repository": {
"type": "git",
"url": "git://github.com/DoctorMcKay/node-binarykvparser"
},
"keywords": [
"steam",
"valve",
"keyvalues"
],
"author": "Dr. McKay",
"license": "MIT",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-binarykvparser/issues"
},
"homepage": "https://github.com/DoctorMcKay/node-binarykvparser"
}