UNPKG

xmlparser

Version:

an xml2json package for nodejs

25 lines 470 B
{ "name": "xmlparser", "version": "0.1.0", "description": "an xml2json package for nodejs", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node ./test/demo.js" }, "repository": { "type": "git", "url": "https://github.com/yhostc/xmlparser.git" }, "keywords": [ "XML2JSON", "xml2json", "xml", "xmlparser", "json" ], "author": "yhostc", "license": "BSD" }