-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
42 lines (42 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cordova-plugin-uniquedeviceid",
"version": "1.3.1",
"description": "PhoneGap / Cordova unique device id (UUID) plugin for Android, iOS and Windows Phone 8. Remains the same after app uninstall.",
"cordova": {
"id": "cordova-plugin-uniquedeviceid",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paldom/UniqueDeviceID.git"
},
"keywords": [
"phonegap",
"cordova",
"android",
"ios",
"wp",
"Windows",
"phone",
"device",
"id",
"uuid",
"unique"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Domonkos Pal <[email protected]> (https://github.com/Paldom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Paldom/UniqueDeviceID/issues"
},
"homepage": "https://github.com/Paldom/UniqueDeviceID#readme"
}