{
  "name": "is-coordinates",
  "version": "2.0.2",
  "description": "Determines if an array contains a valid set of numbers for representing latitude and longitude coordinates",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zertz/is-coordinates.git"
  },
  "author": {
    "name": "Pier-Luc Gendreau",
    "url": "http://github.com/Zertz"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "prepublish": "standard && npm test",
    "test": "ava --verbose"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "coordinates",
    "latitude",
    "longitude"
  ],
  "devDependencies": {
    "ava": "^0.19.0",
    "standard": "^10.0.0"
  }
}
