UNPKG

cap-rbfork

Version:

A cross-platform binding for performing packet capturing with node.js

35 lines (34 loc) 727 B
{ "name": "cap-rbfork", "version": "0.2.1a", "author": "Brian White <mscdex@mscdex.net>", "description": "A cross-platform binding for performing packet capturing with node.js", "main": "./lib/Cap", "dependencies": { "nan": "^2.14.0" }, "scripts": { "install": "node-gyp rebuild", "test": "node test/test.js" }, "engines": { "node": ">=4.0.0" }, "keywords": [ "pcap", "packet", "capture", "libpcap", "winpcap" ], "licenses": [ { "type": "MIT", "url": "http://github.com/roman-balzer/cap/raw/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/roman-balzer/cap.git" } }