-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 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
33
34
35
36
{
"name": "cordova-plugin-fb-accountkit",
"version": "0.1.0-beta",
"description": "Cordova plugin to integrate Facebook Account Kit, which allows passwordless SMS/email authentication",
"cordova": {
"id": "cordova-plugin-fb-accountkit",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/prakashvadrevu/cordova-plugin-fb-accountkit.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"accountkit",
"authentication",
"passwordless",
"phone",
"facebook-accountkit"
],
"engines": [
{
"name": "cordova-android",
"version": ">=3.5.0"
}
],
"author": "Prakash Vadrevu",
"license": "MIT",
"bugs": {
"url": "https://github.com/prakashvadrevu/cordova-plugin-fb-accountkit/issues"
},
"homepage": "https://github.com/prakashvadrevu/cordova-plugin-fb-accountkit#readme"
}