-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1003 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
{
"name": "node-peafowl",
"version": "1.0.11",
"description": "Peafowl DPI for NodeJS",
"dependencies": {
"napi-macros": "^1.8.1",
"node-addon-api": "^1.5.0",
"node-gyp-build": "^3.5.0",
"shared-structs": "^1.3.3",
"time": "^0.12.0"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"preinstall": "./compile.sh",
"install": "node-gyp-build",
"test": "cd example && npm install && node pcap_reader.js"
},
"main": "peafowl.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/node-peafowl.git"
},
"keywords": [
"peafowl",
"dpi",
"packet",
"inspection",
"binding"
],
"author": "L. Mangani <lorenzo.mangani@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmangani/node-peafowl/issues"
},
"homepage": "https://github.com/lmangani/node-peafowl#readme",
"devDependencies": {
"prebuildify": "^2.7.0"
}
}