parse-phone
Version:
phone string parser
39 lines (38 loc) • 1.11 kB
JSON
{
"name": "parse-phone",
"version": "0.0.6",
"description": "phone string parser",
"main": "index.js",
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --check-leaks --bail --no-exit --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devfans/parse-phone.git"
},
"devDependencies": {
"express": "4.16.2",
"after": "0.8.2",
"eslint": "^5.16.0",
"eslint-plugin-markdown": "^1.0.0",
"istanbul": "1.0.0-alpha.2",
"mocha": "^6.1.4",
"supertest": "^4.0.2"
},
"keywords": [
"international",
"phone",
"parse",
"dail",
"country"
],
"author": "stefan.liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/devfans/parse-phone/issues"
},
"homepage": "https://github.com/devfans/parse-phone#readme"
}