{
  "name": "wfs-client",
  "version": "0.4.1",
  "description": "A very simple WFS client",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "repository": "git://github.com/geodatagouv/wfs-client.git",
  "keywords": [
    "WFS",
    "OGC"
  ],
  "author": "Jérôme Desboeufs <jerome.desboeufs@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geodatagouv/wfs-client/issues"
  },
  "homepage": "https://github.com/geodatagouv/wfs-client",
  "dependencies": {
    "debug": "^4.1.0",
    "got": "^9.2.2",
    "libxmljs": "^0.19.5",
    "lodash": "^4.17.11",
    "semver": "^5.6.0"
  },
  "devDependencies": {
    "lerna-changelog": "^0.8.2",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=8"
  },
  "xo": {
    "semicolon": false,
    "space": 2
  },
  "changelog": {
    "cacheDir": ".changelog",
    "labels": {
      "bug": ":bug: Bug Fix",
      "build": ":building_construction: Build Process",
      "cleanup": ":shower: Cleanup",
      "documentation": ":memo: Documentation",
      "enhancement": ":rocket: Enhancement",
      "performance": ":racehorse: Performance",
      "security": ":policeman: Security"
    },
    "repo": "geodatagouv/wfs-client"
  }
}
