{ "name": "cap-bosorioo",
  "version": "0.1.3",
  "author": "bosorioo <osorio.bruno@hotmail.com>",
  "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": ">=0.10.0" },
  "keywords": [ "pcap", "packet", "capture", "libpcap", "winpcap" ],
  "licenses": [ { "type": "MIT", "url": "http://github.com/bosorioo/cap/raw/master/LICENSE" } ],
  "repository" : { "type": "git", "url": "http://github.com/bosorioo/cap.git" }
}
