-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 663 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 663 Bytes
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
{
"name": "cordova-apple-wallet",
"version": "3.4.1",
"description": "This plugin allows you to add passes and credit cards to Apple Wallet",
"cordova": {
"id": "cordova-apple-wallet",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomavic/cordova-apple-wallet.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"main": "www/appleWallet.js",
"author": "TOoma | Designes",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/tomavic/cordova-apple-wallet/issues"
},
"homepage": "https://github.com/tomavic/cordova-apple-wallet#readme"
}