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