-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hepgen.js",
"version": "1.1.1",
"description": "HEP Message Generator",
"author": "[email protected]",
"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://[email protected]/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"
}