hep-js
Version:
HEP3 Library for Node.JS
43 lines (42 loc) • 797 B
JSON
{
"name": "hep-js",
"version": "1.0.22",
"description": "HEP3 Library for Node.JS",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/sipcapture/hep-js"
},
"keywords": [
"hep",
"hep3",
"encapsulation",
"encoder",
"decoder",
"packet",
"pcap",
"homer",
"sipcapture",
"pcapture",
"sip",
"voip",
"logs",
"cdr"
],
"author": "Lorenzo Mangani <lorenzo.mangani@gmail.com> (http://sipcapture.org/)",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/sipcapture/hep-js/issues"
},
"devDependencies": {
"mocha": "~10.1.0",
"chai": "~3.0.0"
},
"dependencies": {
"binary-parser": "^1.3.2",
"mixin-deep": "^2.0.1"
}
}