-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 Bytes
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
{
"name": "pcap2hep",
"version": "1.0.2",
"description": "PCAP to HEP from the Browser",
"main": "pcap2hep.js",
"scripts": {
"start": "nodejs pcap2hep.js",
"build": "browserify public/pcap.js -o public/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/pcap2hep.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmangani/pcap2hep/issues"
},
"homepage": "https://github.com/lmangani/pcap2hep#readme",
"dependencies": {
"cap": "^0.2.1",
"dgram": "^1.0.1",
"fastify": "^4.28.1",
"fastify-static": "^2.6.0",
"hep-js": "^1.0.20",
"sipcore": "^0.2.0",
"ws": "^7.2.3"
}
}