@triniwiz/nativescript-downloader
Version:
Download Manager for NativeScript
36 lines • 812 B
JSON
{
"name": "@triniwiz/nativescript-downloader",
"version": "4.0.0",
"description": "Download Manager for NativeScript",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.0",
"android": "7.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/triniwiz/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "Osei Fortune",
"email": "fortune.osei@yahoo.com"
},
"bugs": {
"url": "https://github.com/triniwiz/plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/triniwiz/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}