{
  "name": "geoboundingbox",
  "version": "1.0.1",
  "description": "A simple library for lat/long bounding boxes",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix index.js test",
    "test": "./node_modules/.bin/mocha -r @babel/register",
    "watchtest": "nodemon --exec 'npm run test'",
    "build": "echo 'No action'"
  },
  "keywords": [
    "Latitude",
    "Longitude",
    "Bounding"
  ],
  "author": "bayeslife",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/register": "^7.0.0",
    "mocha": "^6.0.2",
    "nodemon": "^1.18.10",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^5.10.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0"
  }
}
