{
  "name": "uk-postcode",
  "version": "0.1.1",
  "main": "./lib/ukPostcode",
  "description": "Parse and validate UK postcodes",
  "repository": {
    "type": "git",
    "url": "git://github.com/lovell/uk-postcode"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "node test/all"
  },
  "keywords": [
    "uk",
    "postcode",
    "validation",
	"geo"
  ],
  "author": "Lovell Fuller",
  "license": "Apache 2.0"
}
