23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "xml2json",
|
|
"version": "0.12.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": "^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"
|
|
}
|
|
}
|