nanp
Version:
Test if a string is a North American Number Plan (phone) number.
22 lines (21 loc) • 429 B
JSON
{
"name": "nanp",
"version": "0.3.0",
"description": "Test if a string is a North American Number Plan (phone) number.",
"main": "index.js",
"scripts": {
"test": "node test/index"
},
"keywords": [
"nanp",
"phone",
"number",
"regex"
],
"author": "John Weis <weis.john@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/weisjohn/nanp.git"
}
}