{
  "name": "fix-phone",
  "version": "1.19.2",
  "description": "Validate and format phone number, or return nothing, if such phone is not valid.",
  "main": "src/index.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "devDependencies": {
    "coveralls": "3.0.4",
    "istanbul": "^0.4.4",
    "tape": "^4.9.1"
  },
  "scripts": {
    "test-on-travis": "istanbul cover tests/index.js && cat ./coverage/lcov.info | coveralls",
    "test": "istanbul cover tests/index.js",
    "release-feature": "npm test && npm version minor && npm publish && git push && git push --tags",
    "release-fix": "npm test && npm version patch && npm publish && git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/titarenko/fix-phone.git"
  },
  "author": "Constantin Titarenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/titarenko/fix-phone/issues"
  },
  "homepage": "https://github.com/titarenko/fix-phone#readme"
}
