{
  "name": "nd-cust-geo",
  "version": "1.0.0",
  "description": "We have some customer records in a text file (customers.txt) -- one customer per line, JSON lines formatted. We want to invite any customer within 100km of Dublin for some food and drinks on us. Write a program that will read the full list of customers and output the names and user ids of matching customers (within 100km), sorted by User ID (ascending). ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "jio",
    "location"
  ],
  "author": "Pankaj",
  "license": "ISC"
}
