UNPKG

node-nmap

Version:

Interfaces with locally installed NMAP

37 lines 887 B
{ "name": "node-nmap", "version": "4.0.0", "description": "Interfaces with locally installed NMAP", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec", "app": "node app.js" }, "repository": { "type": "git", "url": "git+https://github.com/Johnhhorton/node-nmap.git" }, "keywords": [ "nmap", "network", "scan" ], "author": "John H Horton", "license": "MIT", "bugs": { "url": "https://github.com/Johnhhorton/node-nmap/issues" }, "licenses": [{ "type": "MIT", "url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT" }], "homepage": "https://github.com/Johnhhorton/node-nmap#readme", "dependencies": { "queued-up": "^2.0.2", "xml2js": "^0.4.15" }, "devDependencies": { "chai": "^3.4.0", "mocha": "^2.3.3" } }