-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "cordova-plugin-appinfo",
"version": "2.1.2",
"description": "Cordova plugin to access app info (version number, identifier, build)",
"cordova": {
"id": "cordova-plugin-appinfo",
"platforms": [
"android",
"ios",
"wp8",
"windows",
"browser"
]
},
"repository": {
"type": "git",
"url": "https://github.com/danmichaelo/cordova-plugin-appinfo"
},
"bugs": {
"url": "https://github.com/danmichaelo/cordova-plugin-appinfo/issues"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-browser"
],
"author": {
"name": "Dan Michael O. Heggø",
"url": "https://github.com/danmichaelo"
},
"contributors": [
{
"name": "Justin Yip",
"url": "https://github.com/yezhiming"
},
{
"name": "Thomas Mullaly",
"url": "https://github.com/thomas-mullaly"
},
{
"name": "Michele Belluco",
"url": "https://github.com/vash15"
},
{
"name": "Yiorgis Gozadinos",
"url": "https://github.com/ggozad"
}
],
"license": "MIT",
"homepage": "https://github.com/danmichaelo/cordova-plugin-appinfo#readme"
}