hepgen.js
Version:
HEP Message Generator
46 lines (45 loc) • 950 B
JSON
{
"name": "hepgen.js",
"version": "1.0.9",
"description": "HEP Message Generator",
"author": "lorenzo.mangani@gmail.com",
"dependencies": {
"hep-js": "^1.0.20",
"parsip": "^1.0.5"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"start": "nodejs hepgen.js"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/sipcapture/hepgen.js/blob/master/LICENSE"
},
"bin": {
"hepgen.js": "./hepgen.js",
"pcap2hepgen.js": "./tools/pcap2hepgen.js"
},
"main": "hepgen.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sipcapture/hepgen.js.git"
},
"keywords": [
"hep",
"generator",
"simulator",
"test",
"ci",
"sip",
"homer",
"sipcapture"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sipcapture/hepgen.js/issues"
},
"homepage": "https://github.com/sipcapture/hepgen.js#readme"
}