Lissy93/find-region-from-location

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "find-region-from-location",
  "version": "0.0.1",
  "description": "Finds the country name, alpha-2 and alpha-3 codes from latitude and longitude",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "gulp test",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha --dir ./reports/coverage-reports"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lissy93/find-region-from-location"
  },
  "keywords": [
    "country code", "country", "region", "latitude", "longitude", "find", "iso-3166-1-alpha-2 "
  ],
  "author": "Alicia Sykes <alicia@aliciasykes.com> (http://aliciasykes.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lissy93/find-region-from-location/issues"
  },
  "homepage": "https://github.com/Lissy93/find-region-from-location",
  "devDependencies": {
    "brfs": "^1.4.2",
    "chai": "^3.3.0",
    "coffee-script": "^1.10.0",
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-brfs": "^0.1.0",
    "gulp-clean": "^0.3.1",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.6.0",
    "gulp-footer": "^1.0.5",
    "gulp-istanbul": "^0.10.0",
    "gulp-mocha": "^2.1.3",
    "gulp-size": "^2.0.0",
    "gulp-uglify": "^1.4.1",
    "gulp-watch": "^4.3.5"
  }
}