UNPKG

tse_cap

Version:

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

38 lines (37 loc) 812 B
{ "name": "tse_cap", "version": "1.0.2", "author": "Brian White", "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/mscdex/cap/raw/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/mscdex/cap.git" }, "publishConfig": { "access": "public" } }