UNPKG

object-to-xml

Version:
32 lines (31 loc) 619 B
{ "name": "object-to-xml", "version": "2.0.0", "description": "Convert any object to XML", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git://github.com/wankdanker/node-object-to-xml.git" }, "keywords": [ "object", "xml", "convert" ], "author": "Dan VerWeire", "license": "MIT", "bugs": { "url": "https://github.com/wankdanker/node-object-to-xml/issues" }, "dependencies": { "dank-each": "^1.0.0", "dank-map": "~0.1.0", "sanitizer": "0.1.3" }, "devDependencies": { "tape": "^4.9.1" } }