net-scan
Version:
scan ports & ips
36 lines (35 loc) • 701 B
JSON
{
"name": "net-scan",
"version": "0.1.1",
"description": "scan ports & ips",
"main": "index",
"dependencies": {
"async": "^1.2.1",
"commander": "^2.2.0",
"progress": "~1.1.5"
},
"devDependencies": {},
"scripts": {
"test": "node ./bin/scan -h github.com -r 1~1000"
},
"bin": {
"scan": "./bin/scan"
},
"repository": {
"type": "git",
"url": "https://github.com/Lellansin/node-net-scan.git"
},
"keywords": [
"scan",
"port"
],
"author": {
"name": "lellansin",
"email": "lellansin@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Lellansin/node-net-scan/issues"
},
"readmeFilename": "README.md"
}