z1p
Version:
Zip Codes Validation and Parse.
58 lines (57 loc) • 1.21 kB
JSON
{
"name": "z1p",
"version": "0.1.0",
"description": "Zip Codes Validation and Parse.",
"main": "index.js",
"author": "V.Zhufiak A.Malyuk S.Vanzuriak",
"license": "MIT",
"keywords": [
"zip",
"zipcode",
"geo",
"geodata",
"geosearch",
"longitude",
"latitude",
"iso",
"search",
"parse"
],
"scripts": {
"test": "jest"
},
"homepage": "https://github.com/vzhufk/z1p",
"repository": {
"type": "git",
"url": "https://github.com/vzhufk/z1p.git"
},
"bugs": {
"url": "https://github.com/vzhufk/z1p/issues",
"email": "vzhufk@gmail.com"
},
"contributors": [
{
"name": "Vadym Zhufiak",
"email": "vzhufk@gmail.com",
"url": "https://github.com/vzhufk"
},
{
"name": "Andrii Malyuk",
"email": "a.malyuchok@gmail.com",
"url": "https://github.com/malyuchok"
},
{
"name": "Stepan Vanzuriak",
"email": "stepanvanzuriak@gmail.com",
"url": "https://github.com/stepanvanzuriak"
}
],
"dependencies": {},
"devDependencies": {
"@z1p/ua": "0.0.4",
"@z1p/us": "0.0.4",
"iso-country-codes": "0.0.5",
"jest": "^23.6.0",
"shelljs": "^0.8.2"
}
}