nativescript-xmlobjects
Version:
A NativeScript module that provides handling XML data as objects similar to LINQ to XML.
35 lines • 858 B
JSON
{
"name": "nativescript-xmlobjects",
"description": "A NativeScript module that provides handling XML data as objects similar to LINQ to XML.",
"version": "1.1.4",
"nativescript": {
"platforms": {
"ios": "1.0.0",
"android": "1.1.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mkloubert/nativescript-xmlobjects"
},
"keywords": [
"NativeScript",
"XML",
"LINQ",
"Objects"
],
"author": {
"name": "Marcel Joachim Kloubert",
"email": "marcel.kloubert@gmx.net"
},
"license": {
"type": "MIT",
"url": "https://github.com/mkloubert/nativescript-xmlobjects/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/mkloubert/nativescript-xmlobjects/issues"
},
"homepage": "https://github.com/mkloubert/nativescript-xmlobjects",
"readmeFilename": "README.md",
"dependencies": {}
}