{
  "name": "leboncoin-api",
  "version": "0.0.45",
  "description": "leboncoin.fr API",
  "main": "./main.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "nyc --reporter=html --reporter=text mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tdurieux/leboncoin-api"
  },
  "bugs": {
    "url": "https://github.com/tdurieux/leboncoin-api/issues"
  },
  "dependencies": {
    "lodash": "^4.17.15",
    "nyc": "^15.1.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "coveralls": "^3.1.0",
    "mocha": "^8.1.3",
    "should": "^13.2.3"
  },
  "keywords": [
    "le bon coin",
    "leboncoin",
    "leboncoin.fr"
  ],
  "author": "Thomas Durieux",
  "license": "MIT",
  "readmeFilename": "README.md"
}
