19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "binary-package-parser",
|
|
"version": "1.0.0",
|
|
"description": "Binary protocol package parsers for parsing binary packages into JSON objects",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"RAP",
|
|
"AgNav"
|
|
],
|
|
"author": "Trung Hoang",
|
|
"license": "Proprietary",
|
|
"dependencies": {
|
|
"bit-util": "file:../bit-util"
|
|
}
|
|
}
|