forked from hmusaddiquie27/FacebookAccountKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 920 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
{
"name": "cordova-plugin-facebook-account-kit",
"version": "0.1.6",
"description": "\n Facebook Account Kit Login Plugin - Allows email and mobile logins using Facebook Account Kit. Now with background colors customization also available.\n Docs: https://github.com/Mhusain/FacebookAccountKit\n ",
"cordova": {
"id": "cordova-plugin-facebook-account-kit",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mhusain/FacebookAccountKit.git"
},
"keywords": [
"cordova",
"facebook",
"account",
"kit",
"login",
"ecosystem:cordova",
"cordova-ios",
"facebook-account-kit"
],
"author": "MHusain",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Mhusain/FacebookAccountKit/issues"
},
"homepage": "https://github.com/Mhusain/FacebookAccountKit#readme"
}