{
  "name": "sinesp-nodejs",
  "version": "2.1.1",
  "description": "API para a consulta de placas de veículos na base de dados do SINESP.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bbarreto/sinesp-nodejs.git"
  },
  "dependencies": {
    "https-proxy-agent": "^2.2.1",
    "node-fetch": "^2.1.2",
    "xml2js": "^0.4.19"
  },
  "keywords": [
    "sinesp",
    "placa",
    "veículos",
    "detran"
  ],
  "author": "Bruno Barreto <bruno@mamulti.com.br> (http://brunobarreto.net)",
  "contributors": [
    {
      "name": "Giovani Generali",
      "url": "https://github.com/giovanigenerali"
    },
    {
      "name": "Lúcio Corrêa",
      "url": "https://github.com/luciocorrea"
    },
    {
      "name": "Elizeu Costa",
      "url": "https://github.com/sinhorinho"
    },
    {
      "name": "Willian da Silva",
      "url": "https://github.com/37120075829"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bbarreto/sinesp-nodejs/issues"
  },
  "homepage": "https://github.com/bbarreto/sinesp-nodejs#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.2.0"
  }
}
