upu-postcode
Version:
All postcode formats, validations, and masking
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "upu-postcode",
"description": "All postcode formats, validations, and masking",
"version": "17.12.2",
"author": "will Farrell",
"license": "MIT",
"engines": {
"node": ">8.8",
"npm": ">5.5"
},
"scripts": {
"prepublish": "npm run build",
"build": "npm run build:deref && npm run build:jsonschema && npm run build:masks",
"build:deref": "node bin/deref.js",
"build:jsonschema": "node bin/jsonschema.js",
"build:masks": "node bin/masks.js",
"lint": "",
"test": ""
},
"devDependencies": {
"json-schema-ref-parser": "^4.0.3",
"lodash": "^4.17.4"
},
"main": "index.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://willfarrell@github.com/willfarrell/upu-postcode.git"
},
"keywords": [
"upu",
"postcode",
"postal",
"code",
"zip",
"code",
"mask"
],
"bugs": {
"url": "https://github.com/willfarrell/upu-postcode/issues"
},
"homepage": "https://github.com/willfarrell/upu-postcode#readme"
}