-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"version": "1.0.0",
"name": "cordova-plugin-ios-disableshaketoedit",
"cordova_name": "cordova-plugin-ios-disableshaketoedit",
"description": "Sets status bar as hidden in ios cordova project.",
"author": "Nicolas Leclerc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nleclerc/cordova-plugin-ios-disableshaketoedit.git"
},
"issue": "https://github.com/nleclerc/cordova-plugin-ios-disableshaketoedit/issues",
"cordova": {
"id": "cordova-plugin-ios-disableshaketoedit",
"platforms": [
"ios"
]
},
"keywords": [
"cordova",
"ios",
"input",
"gesture",
"shaketoedit"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}