-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 KB
/
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": "ibm-mfp-push",
"version": "1.0.13",
"description": "Cordova Plugin for the IBM Bluemix Mobile Services Push SDK",
"cordova": {
"id": "ibm-mfp-push",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "IBM Bluemix Mobile Services",
"license": "Apache version 2.0",
"bugs": {
"url": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push/issues"
},
"homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push#readme",
"contributors" : [
{
"name" : "Larry Nickerson",
"email" : "lnickers@us.ibm.com"
},
{
"name" : "Sergio Escoto",
"email" : "escotos@us.ibm.com"
},
{
"name" : " Matthew Parangot",
"email" : "mparang@us.ibm.com"
}
]
}