phone-parser
Version:
Parse the phone input into an output format of your choice. Good for formatting a user input.
28 lines (27 loc) • 603 B
JSON
{
"name": "phone-parser",
"version": "0.0.2",
"description": "Parse the phone input into an output format of your choice. Good for formatting a user input.",
"main": "index.js",
"scripts": {
"test": "jasmine-node --coffee --noStack tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/phone-parser.git"
},
"keywords": [
"phone",
"validation",
"parser",
"parse",
"format",
"cellphone"
],
"devDependencies": {
"jasmine-node": ">=1.4.0",
"coffee-script": ">=1.6.0"
},
"author": "chenglou",
"license": "MIT"
}