cap2
Version:
A cross-platform binding for performing packet capturing with node.js
18 lines (17 loc) • 612 B
JSON
{ "name": "cap2",
"version": "1.0.0",
"author": "Brian White <mscdex@mscdex.net>",
"description": "A cross-platform binding for performing packet capturing with node.js",
"main": "./lib/Cap",
"dependencies": {
"nan": "^2.4.0"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "node test/test.js"
},
"engines": { "node": ">=7.0.0" },
"keywords": [ "pcap", "packet", "capture", "libpcap", "winpcap" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/cap/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/cap.git" }
}