{
  "name": "nanp",
  "version": "0.3.0",
  "description": "Test if a string is a North American Number Plan (phone) number.",
  "main": "index.js",
  "scripts": {
    "test": "node test/index"
  },
  "keywords": [
    "nanp",
    "phone",
    "number",
    "regex"
  ],
  "author": "John Weis <weis.john@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/weisjohn/nanp.git"
  }
}
