forked from rajivnarayana/CordovaFragments
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
29 lines (29 loc) · 840 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
{
"name": "cordova-plugin-android-fragmentactivity",
"version": "2.2.1",
"description": "An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.",
"cordova": {
"id": "cordova-plugin-android-fragmentactivity",
"platforms": [
"android"
]
},
"devDependencies": {},
"dependencies": {
"lodash": "^4.17.5",
"xml2js": "^0.4.17"
},
"keywords": [
"cordova",
"fragment",
"fragments",
"ecosystem:cordova",
"cordova-android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ReallySmallSoftware/cordova-plugin-android-fragmentactivity.git"
},
"author": "Richard Windley",
"license": "ISC"
}