RSS Git Download  Clone
Raw View History
Blames found: 13 Mode: javascript Binary: false


Hang on, we reloading big blames...
{ "name": "xml2json",
"version": "0.11.3",
"description": "Converts xml to json and vice-versa, using node-expat.", "repository": "git://github.com/buglabs/node-xml2json.git", "license": "MIT", "main": "index", "scripts": {
"test": "lab -a code -v -t 93 test/test.js"
},
"dependencies": {
"hoek": "^4.2.1", "joi": "^13.1.2",
"node-expat": "^2.3.18"
}, "bin": { "xml2json": "bin/xml2json" }, "devDependencies": {
"code": "^3.0.2",
"lab": "^18.0.0"
}
}