{
  "name": "xml-escape",
  "version": "1.1.0",
  "description": "Escape XML ",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/miketheprogrammer/xml-escape.git"
  },
  "keywords": [
    "Escape",
    "XML",
    "Unesacpe",
    "encoding",
    "xml-escape"
  ],
  "author": "Michael Hernandez - michael.hernandez1988@gmail.com",
  "license": "MIT License",
  "bugs": {
    "url": "https://github.com/miketheprogrammer/xml-escape/issues"
  },
  "homepage": "https://github.com/miketheprogrammer/xml-escape",
  "dependencies": {},
  "devDependencies": {
    "tape": "~2.4.2"
  }
}
