forked from Telerik-Verified-Plugins/NativePageTransitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 897 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
{
"version": "0.6.5",
"name": "com.telerik.plugins.nativepagetransitions",
"cordova_name": "Native Page Transitions",
"description": "Slide out the current page to reveal the next one. By a native transitions.",
"license": "MIT",
"author": "Telerik / Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"repo": "https://github.com/Telerik-Verified-Plugins/WKWebView.git",
"issue": "https://github.com/Telerik-Verified-Plugins/WKWebView/issues",
"keywords": [
"Native transitions",
"Native page transitions",
"Slide",
"Flip",
"Drawer",
"Menu",
"Curl",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows"
],
"platforms": [
"ios",
"android",
"wp8",
"windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}