strxml
Version:
create xml with functions and strings
30 lines (29 loc) • 573 B
JSON
{
"name": "strxml",
"version": "1.0.0",
"description": "create xml with functions and strings",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mapbox/strxml.git"
},
"keywords": [
"xml",
"string",
"echo",
"create"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/strxml/issues"
},
"homepage": "https://github.com/mapbox/strxml",
"dependencies": {
"tap": "~0.4.8",
"xml-escape": "1.1.0"
}
}