forked from card-io/card.io-Cordova-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 992 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
{
"name": "cordova-plugin-card-io",
"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": "cordova-plugin-card-io",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hvaughan3/cordova-plugin-card-io.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",
"devDependencies": {
"jshint": "^2.6.0"
},
"bugs": {
"url": "https://github.com/hvaughan3/cordova-plugin-card-io/issues"
},
"homepage": "https://github.com/hvaughan3/cordova-plugin-card-io#readme",
"directories": {},
"readme": "ERROR: No README data found!"
}