RSS Git Download  Clone
Raw Blame History
{   "name" : "xml2json",
    "version": "0.2.3",
    "author": "Andrew Turley",
    "email": "aturley@buglabs.net",
    "description" : "Converts xml to json and viceverza, using node-expat.",
    "repository": "git://github.com/buglabs/node-xml2json.git", 
    "main": "index", 
    "contributors":[ {"name": "Camilo Aguilar", "email": "camilo@buglabs.net"}],
    "dependencies": {
       "node-expat": "1.4.0" 
    }
}