{
  "name": "snailmailaddressparser",
  "version": "0.1.27",
  "description": "A Javascript library to parse snail mail addresses into components",
  "author": "Brian M Hunt <brianmhunt@gmail.com>",
  "dependencies": {
    "lodash": ">= 1.0.0-rc.2",
    "xregexp": ">= 2.0.0",
    "amdefine": ">= 0.0.2"
  },
  "devDependencies": {
    "coffee-script": ">= 1.3.0",
    "js-yaml": ">= 1.0.2",
    "uglify-js2": "*",
    "glob": "*",
    "mocha": "*",
    "semver": "*",
    "chai": "*"
  },
  "scripts": {
    "test": "cake test"
  },
  "main": "./build/snailmailaddressparser.js",
  "keywords": [
    "parse",
    "address",
    "validate",
    "snail",
    "mail"
  ],
  "homepage": "http://brianmhunt.github.com/SnailMailAddressParser/",
  "repository": {
    "type": "git",
    "url": "https://github.com/brianmhunt/SnailMailAddressParser.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.8"
  }
}