{
  "author": "mattbornski",
  "contributors": [
    "Jonathan Harlap <jharlap@gmail.com> (http://github.com/jharlap)",
    "Hans Malherbe <hans.malherbe@gmail.com> (http://github.com/hansmalherbe)",
    "Bryan Kreitlow <?> (http://github.com/bryankreitlow)",
    "Mike Belshe <mike@belshe.com> (https://github.com/mbelshe)",
    "Jeremy Levy <jje.levy@gmail.com> (https://github.com/jeremylevy)",
    "Youri Tolstoy <ytolstoy@gmail.com> (https://github.com/ytolstoy)"
  ],
  "name": "libphonenumber",
  "description": "Google's phone number handling library ported to node.js",
  "version": "0.0.10",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "homepage": "https://github.com/googlei18n/libphonenumber",
  "keywords": [
    "libphonenumber",
    "phonenumber",
    "phone",
    "number",
    "e164",
    "standardize",
    "international"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mattbornski/libphonenumber.git"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "dependencies": {
    "closure": "1.0.3",
    "mocha": "^2.4.5"
  },
  "devDependencies": {
    "mocha": "1.x"
  },
  "scripts": {
    "test": "mocha"
  }
}
