{
  "name": "@kyleshockey/xml",
  "version": "1.0.2",
  "description": "Fast and simple isomorphic xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
  "homepage": "http://github.com/dylang/node-xml",
  "keywords": [
    "xml",
    "create",
    "builder",
    "json",
    "simple"
  ],
  "files": [
    "lib/xml.js",
    "lib/escapeForXML.js",
    "readme.md",
    "LICENSE"
  ],
  "author": "Dylan Greene (https://github.com/dylang)",
  "contributors": [
    "Dylan Greene (https://github.com/dylang)",
    "Dodo (https://github.com/dodo)",
    "Felix Geisendrfer (felix@debuggable.com)",
    "Mithgol",
    "carolineBda (https://github.com/carolineBda)",
    "Eric Vantillard https://github.com/evantill",
    "Sean Dwyer https://github.com/reywood"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/shockey/node-xml"
  },
  "bugs": {
    "url": "http://github.com/shockey/node-xml/issues"
  },
  "dependencies": {
    "stream": "^0.0.2"
  },
  "devDependencies": {
    "ava": "^0.11.0"
  },
  "scripts": {
    "test": "ava"
  },
  "main": "lib/xml.js",
  "license": "MIT"
}
