nativescript-apiclient
Version:
NativeScript module for simply calling HTTP based APIs.
47 lines • 1.09 kB
JSON
{
"name": "nativescript-apiclient",
"description": "NativeScript module for simply calling HTTP based APIs.",
"version": "3.0.0",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mkloubert/nativescript-apiclient"
},
"keywords": [
"NativeScript",
"API",
"HTTP",
"REST",
"JSON",
"XML"
],
"author": {
"name": "Marcel Joachim Kloubert",
"email": "marcel.kloubert@gmx.net"
},
"license": {
"type": "MIT",
"url": "https://github.com/mkloubert/nativescript-apiclient/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/mkloubert/nativescript-apiclient/issues"
},
"homepage": "https://github.com/mkloubert/nativescript-apiclient",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "^2.2.2"
},
"peerDependencies": {
"tns-core-modules": "^3.0.0"
},
"scripts": {
"postinstall": "tsc"
}
}