{
  "name": "csw-client",
  "version": "0.18.3",
  "description": "A very simple CSW client",
  "main": "index.js",
  "scripts": {
    "lint": "xo",
    "test": "nyc mocha"
  },
  "files": [
    "bin/",
    "lib/",
    "index.js"
  ],
  "bin": "./bin/cli.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/geodatagouv/csw-client.git"
  },
  "keywords": [
    "CSW",
    "OGC",
    "harvester"
  ],
  "author": "Jérôme Desboeufs <jerome.desboeufs@data.gouv.fr>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geodatagouv/csw-client/issues"
  },
  "engines": {
    "node": ">= 8.0"
  },
  "homepage": "https://github.com/geodatagouv/csw-client",
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.4.1",
    "commander": "^2.17.1",
    "debug": "^3.1.0",
    "hasha": "^3.0.0",
    "inspire-parser": "^0.15.0",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.10",
    "mississippi": "^3.0.0",
    "progress": "^2.0.0",
    "request": "^2.87.0",
    "stringstream": "^0.0.6"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.1.0",
    "mocha": "^5.2.0",
    "nock": "^10.0.2",
    "nyc": "^13.1.0",
    "xo": "^0.23.0"
  },
  "xo": {
    "semicolon": false,
    "space": 2
  },
  "nyc": {
    "all": true,
    "reporter": [
      "lcov",
      "text-summary"
    ]
  }
}
