nativescript-uuid-v2
Version:
A NativeScript plugin that allows you to get a UUID (Universal Unique Identifier) for a device - fixing nativescript/core call.
28 lines (27 loc) • 649 B
JSON
{
"name": "nativescript-uuid-v2",
"version": "2.0.1",
"description": "A NativeScript plugin that allows you to get a UUID (Universal Unique Identifier) for a device - fixing nativescript/core call.",
"main": "index.js",
"type": "index.d.ts",
"nativescript": {
"id": "org.nativescript.uuid-v2",
"platforms": {
"ios": "1.3.0",
"android": "1.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/BespokeTechLabs/nativescript-uuid-v2.git"
},
"keywords": [
"NativeScript",
"UUID",
"Device",
"Core",
"Modules",
"@nativescript/core"
],
"license": "Apache-2.0"
}