UNPKG

676 BJSONView Raw
1{
2 "name": "openport",
3 "description": "Finds open network ports.",
4 "author": "Joe Ferner <joe.ferner@nearinfinity.com>",
5 "keywords": ["port", "network", "open"],
6 "homepage": "https://github.com/nearinfinity/node-openport",
7 "version": "0.0.2",
8 "engines": { "node" : ">=0.6.0" },
9 "maintainers": [
10 { "name": "Joe Ferner", "email": "joe.ferner@nearinfinity.com" }
11 ],
12 "devDependencies": {
13 "nodeunit": "0.7.3"
14 },
15 "bugs": { "url": "https://github.com/nearinfinity/node-openport/issues" },
16 "licenses": [ { "type" : "MIT" } ],
17 "repositories": { "type": "git", "url": "https://github.com/nearinfinity/node-openport.git" },
18 "main": "./openport.js"
19}