{
  "name": "d-nfe",
  "version": "1.3.0",
  "description": "NFe XML parser",
  "main": "src/index.js",
  "scripts": {
    "test": "nodeunit test/"
  },
  "keywords": [
    "NFe",
    "XML",
    "parser"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/douglasselias/djf-nfe.git"
  },
  "bugs": {
    "url": "https://github.com/douglasselias/djf-nfe/issues"
  },
  "devDependencies": {
    "nodeunit": "^0.11.3"
  },
  "author": "Djalma Oliveira, Douglas S. Elias",
  "license": "MIT",
  "dependencies": {
    "djf-xml": "^1.0.9"
  }
}