{"maintainers":[{"name":"anonymous","email":"joe@joelambert.co.uk"}],"keywords":["cordova","appversion","ecosystem:cordova","cordova-ios","cordova-android"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Rareloop","url":"http://rareloop.com"},"description":"Access the native app version & build number in JavaScript","readme":"# Cordova App Version Plugin\n\nCordova/PhoneGap plugin for accessing the native app's version and build number within JavaScript. The values are bootstrapped at app load and can be used synchronously.\n\n## Supported Platforms\n\n- iOS\n- Android\n\n## Installation\n\nThe plugin can be installed with the Cordova CLI:\n\n```shell\ncordova plugin add cordova-plugin-appversion\n```\n\nThe plugin is hosted on NPM so requires Cordova CLI `5.0.0` as a minimum. If you have any issues installing, make sure you have the most upto date version of Cordova from NPM:\n\n```shell\nnpm install -g cordova\n```\n\n## Usage\n\nAfter `deviceReady` has fired you'll be able to access a new object in the global scope that contains both the app version and build number.\n\n```javascript\nconsole.log(AppVersion.version); // e.g. \"1.2.3\"\nconsole.log(AppVersion.build); // e.g. 1234\n```\n","repository":{"type":"git","url":"https://github.com/Rareloop/cordova-plugin-app-version.git"},"users":{"jackvial":true,"starbuck":true},"bugs":{"url":"https://github.com/Rareloop/cordova-plugin-app-version/issues"},"license":"MIT","versions":{"1.0.0":{"name":"cordova-plugin-appversion","version":"1.0.0","description":"Access the native app version & build number in JavaScript","cordova":{"id":"cordova-plugin-appversion","platforms":["android","ios"]},"repository":{"type":"git","url":"https://github.com/Rareloop/cordova-plugin-app-version.git"},"keywords":["cordova","appversion","ecosystem:cordova","cordova-ios","cordova-android"],"author":{"name":"Rareloop","url":"http://rareloop.com"},"license":"MIT","bugs":{"url":"https://github.com/Rareloop/cordova-plugin-app-version/issues"},"homepage":"https://github.com/Rareloop/cordova-plugin-app-version","gitHead":"3a5a6ba458df5ea94ad4a1d5446d468747a543c4","_id":"cordova-plugin-appversion@1.0.0","scripts":{},"_shasum":"b60a3913e475935f9008930b469725c263942891","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.33","_npmUser":{"name":"anonymous","email":"joe@joelambert.co.uk"},"dist":{"shasum":"b60a3913e475935f9008930b469725c263942891","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-appversion/-/cordova-plugin-appversion-1.0.0.tgz","integrity":"sha512-gKeo/qLw4JPSSWhWRvPhLDJygS5d+cUmH3VG+IRJZGVDglF42Qhe5dqwApn98BwtAAy5j+QaU23in+cHddZQqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrR+/BL7HxnQHelibJgaZdo4tk7tgJ3sdwjIKhgq4PfQIgZoaqOuk2VkDtMoEY+Lz0ABODMJ3trccIVrqf8VzI5Dw="}]},"maintainers":[{"name":"anonymous","email":"joe@joelambert.co.uk"}]}},"name":"cordova-plugin-appversion","time":{"modified":"2022-06-13T23:49:36.184Z","created":"2015-04-25T12:56:20.601Z","1.0.0":"2015-04-25T12:56:20.601Z"},"readmeFilename":"README.md","homepage":"https://github.com/Rareloop/cordova-plugin-app-version"}