forked from jospete/cordova-plugin-amazon-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 953 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
37
38
39
40
41
42
{
"name": "cordova-plugin-amazon-login",
"version": "3.0.3",
"scripts": {
"version": "node ./scripts/sync-plugin-version.js && git add ."
},
"cordova": {
"id": "cordova-plugin-amazon-login",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/edu-com/cordova-plugin-amazon-login"
},
"bugs": {
"url": "https://github.com/edu-com/cordova-plugin-amazon-login/issues"
},
"description": "A Cordova Plugin for Login with Amazon. Use your Amazon account to authenticate with the app.",
"keywords": [
"Amazon",
"Amazon SignIn",
"Amazon Sign In",
"AmazonSignIn",
"Amazon Login",
"Login with Amazon",
"Login",
"OAuth",
"Identity",
"Authentication",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"dependencies": {
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"plist": "^3.0.1"
}
}