forked from card-io/card.io-Cordova-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 876 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": "card.io.cordova.mobilesdk",
"version": "2.1.0",
"description": "This plugin allows to add card.io scanning capabilities to your application using card.io SDK Native library",
"cordova": {
"id": "card.io.cordova.mobilesdk",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/card-io/card.io-Cordova-Plugin.git"
},
"keywords": [
"card.io",
"sdk",
"card-scanning",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "card.io",
"license": "MIT License, see LICENSE for details",
"bugs": {
"url": "https://github.com/card-io/card.io-Cordova-Plugin/issues"
},
"homepage": "https://github.com/card-io/card.io-Cordova-Plugin#readme"
}