- xml2json.git
- package.json
This file ( 503B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
{
"name": "xml2json",
"version": "0.9.0",
"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": "^2.14.0",
"joi": "^6.4.3",
"node-expat": "^2.3.9"
},
"bin": {
"xml2json": "bin/xml2json"
},
"devDependencies": {
"code": "^1.4.1",
"lab": "5.x.x"
}
}