node-phone-formatter
Version:
Parse and format telephone numbers.
34 lines (33 loc) • 796 B
JSON
{
"name": "node-phone-formatter",
"version": "0.0.4",
"main": "./index.js",
"description": "Parse and format telephone numbers.",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./test node ./node_modules/mocha/bin/mocha --harmony "
},
"keywords": [
"phone",
"formatter",
"format",
"normalize",
"normalizer"
],
"author": {
"name": "Steve Kinney",
"email": "hello@stevekinney.net",
"url": "http://stevekinney.net"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/node-phone-formatter.git"
},
"bugs": {
"url": "https://github.com/marchah/node-phone-formatter/issues"
},
"homepage": "https://github.com/marchah/node-phone-formatter",
"license": "MIT"
}