forked from phonegap/phonegap-mobile-accessibility
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 870 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
{
"name": "phonegap-plugin-mobile-accessibility",
"description": "PhoneGap Mobile Accessibility Plugin",
"version": "1.0.6",
"homepage": "http://github.com/phonegap/phonegap-mobile-accessibility#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git"
},
"bugs": {
"url": "https://github.com/phonegap/phonegap-mobile-accessibility/issues"
},
"cordova": {
"id": "phonegap-plugin-mobile-accessibility",
"platforms": [
"ios",
"android",
"windows"
]
},
"keywords": [
"phonegap",
"mobile accessibility",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Adobe PhoneGap Team",
"license": "Apache 2.0"
}