jsonxml
Version:
JSON to XML converter
28 lines (27 loc) • 490 B
JSON
{
"name": "jsonxml",
"version": "1.0.0",
"description": "JSON to XML converter",
"main": "jsonxml.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node_modules/.bin/mocha tests/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/olaf-k/jsonxml"
},
"keywords": [
"json",
"xml",
"convert"
],
"author": "",
"license": "WTFPL",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
}
}