-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
80 lines (80 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "cordova-plugin-buildinfo",
"version": "4.0.0",
"description": "Cordova/PhoneGap Build Information Plugin. Get PackageName, Version, Debug and more...",
"cordova": {
"id": "cordova-plugin-buildinfo",
"platforms": [
"android",
"ios",
"osx",
"windows",
"browser",
"electron"
]
},
"repository": {
"type": "git",
"url": "https://github.com/lynrin/cordova-plugin-buildinfo.git"
},
"keywords": [
"debug",
"buildconfig",
"buildinfo",
"phonegap",
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-osx",
"cordova-browser",
"cordova-electron"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"engines": {
"cordovaDependencies": {
"0.0.0": {
"cordova": ">=4.0.0"
},
"2.0.0": {
"cordova": ">=5.4.0",
"cordova-ios": ">=4.0.0",
"cordova-android": ">=5.0.0",
"cordova-windows": ">=4.0.0"
},
"3.0.0": {
"cordova": ">=5.4.0",
"cordova-ios": ">=4.0.0",
"cordova-android": ">=5.0.0",
"cordova-windows": ">=4.0.0",
"cordova-browser": ">=6.0.0",
"cordova-electron": ">=1.1.0"
},
"4.0.0": {
"cordova": ">=5.4.0",
"cordova-ios": ">=4.0.0",
"cordova-android": ">=5.0.0",
"cordova-windows": ">=4.0.0",
"cordova-osx": ">=4.0.0",
"cordova-browser": ">=6.0.0",
"cordova-electron": ">=1.1.0"
},
"5.0.0": {
"cordova": ">100"
}
}
},
"author": "Mikihiro Hayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynrin/cordova-plugin-buildinfo/issues"
},
"homepage": "https://github.com/lynrin/cordova-plugin-buildinfo#readme",
"devDependencies": {
"jshint": "^2.6.0"
}
}