{
  "name": "google-libphonenumber",
  "version": "3.2.10",
  "description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
  "author": {
    "name": "Rui Marinho",
    "email": "ruipmarinho@gmail.com"
  },
  "license": "(MIT AND Apache-2.0)",
  "homepage": "https://ruimarinho.github.io/google-libphonenumber/",
  "bugs": "https://github.com/ruimarinho/google-libphonenumber/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruimarinho/google-libphonenumber.git"
  },
  "main": "dist/libphonenumber.js",
  "keywords": [
    "browserify",
    "e164",
    "format",
    "formatting",
    "international",
    "libphonenumber",
    "number",
    "phone",
    "phonenumber",
    "rfc3966",
    "standardize",
    "wrapper"
  ],
  "options": {
    "mocha": "--require should test"
  },
  "scripts": {
    "build": "bin/build.sh",
    "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release --user ruimarinho --project google-libphonenumber && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
    "lint": "eslint src/index.js test",
    "prepare": "npm run build",
    "test": "npm run build && npm run testonly",
    "testonly": "mocha $npm_package_options_mocha",
    "update": "bin/update.sh",
    "version": "npm run changelog --future-release=$npm_package_version && npm run build && git add -A CHANGELOG.md dist"
  },
  "devDependencies": {
    "browserify": "^13.1.0",
    "eslint": "^3.5.0",
    "eslint-config-seegno": "^6.0.0",
    "mocha": "^3.0.2",
    "should": "^11.1.0"
  },
  "engines": {
    "node": ">=0.10"
  }
}
