MenaraSolutions/geographer-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "geographer-js",
  "version": "0.1.5",
  "description": "Official Geographer JavaScript package",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MenaraSolutions/geographer-js.git"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "geolocation",
    "geography",
    "subdivisions",
    "fips",
    "iso"
  ],
  "main": "lib/index.js",
  "author": "Denis Mysenko <denis@menara.com.au>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MenaraSolutions/geographer-js/issues"
  },
  "homepage": "https://github.com/MenaraSolutions/geographer-js#readme",
  "dependencies": {
    "geographer-data": "^0.1.10"
  },
  "devDependencies": {
    "jest": "^20.0.4"
  }
}