verify-port-number
Version:
Verifies that a string represents a valid port number.
35 lines (34 loc) • 792 B
JSON
{
"name": "verify-port-number",
"version": "1.0.5",
"description": "Verifies that a string represents a valid port number.",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"main": "application/verify-port-number.js",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/BanksySan/banksysan.verifyportnumbers.git"
},
"keywords": [
"BanksySan",
"Ports",
"Port",
"Number",
"Internal",
"Validation",
"Verification"
],
"author": "David Banks",
"license": "ISC",
"homepage": "https://bitbucket.org/BanksySan/banksysan.verifyportnumbers#readme",
"dependencies": {
"underscore": "^1.8.3",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.3"
}
}