forked from becvert/cordova-plugin-device-name
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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": "@share911/cordova-plugin-device-name",
"version": "1.3.6",
"description": "Cordova Device Name Plugin",
"cordova": {
"id": "@share911/cordova-plugin-device-name",
"platforms": [
"android",
"ios",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Share911/cordova-plugin-device-name"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-windows",
"cordova-ios",
"cordova",
"device",
"name"
],
"author": {
"name": "Sylvain Bréjeon",
"url": "https://github.com/becvert"
},
"contributors": [{
"name": "Philipp Kursawe",
"url": "https://github.com/pke"
}, {
"name": "Adrian Lanning",
"url": "https://github.com/alanning"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/becvert/cordova-plugin-device-name/issues"
},
"homepage": "https://github.com/Share911/cordova-plugin-device-name"
}