{
  "name": "virtualxml-cfdi",
  "version": "1.4.0",
  "description": "Modulo para generar, firmar, sellar, timbrar y cancelar comprobantes fiscales digitales en Mexico (CFDI 4.0)",
  "main": "index.js",
  "license": "MIT",
  "deprecated": false,
  "author": {
    "name": "Alejandro PC",
    "email": "alejandro.peto@ciber-tec.com"
  },
  "keywords": [
    "cfdi",
    "sat",
    "4.0",
    "factura",
    "mexico",
    "pdf",
    "virtualxml",
    "comprobante",
    "fiscal",
    "complemento",
    "timbre",
    "iedu",
    "nomina",
    "carta porte",
    "carta",
    "porte",
    "digesto",
    "cibertec",
    "virtualpac",
    "pac",
    "comercio exterior",
    "pagos",
    "ine"
  ],
  "contributors": [
    {
      "name": "Alejandro PC",
      "email": "alejandro.peto@ciber-tec.com"
    },
    {
      "name": "RFlores",
      "email": "rflores@ciber-tec.com"
    }
  ],
  "engines": {
    "node": ">=4.9.1"
  },
  "bundleDependencies": [],
  "nyc": {
    "check-coverage": false,
    "per-file": false,
    "lines": 70,
    "statements": 70,
    "functions": 90,
    "branches": 40,
    "watermarks": {
      "lines": [
        70,
        85
      ],
      "functions": [
        80,
        95
      ],
      "branches": [
        40,
        80
      ],
      "statements": [
        70,
        85
      ]
    }
  },
  "scripts": {
    "report": "nyc npm run test",
    "test": "mocha ./test/test.js --timeout=60000",
    "prepareREMOVE": "mocha ./test/test.js --timeout=60000"
  },
  "dependencies": {
    "isomorphic-fetch": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "nyc": "^15.1.0"
  }
}
