forked from forcedotcom/SalesforceMobileSDK-CordovaPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "SalesforceMobileSDK-CordovaPlugin",
"version": "10.1.0",
"description": "Salesforce Mobile SDK Cordova Plugin Repository",
"keywords": [ "mobilesdk", "android", "ios", "cordova", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin",
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin/issues",
"licenses" : [
{ "type": "Salesforce.com Mobile SDK License", "url": "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin/blob/master/LICENSE.md" }
],
"repository": {
"type" : "git",
"url" : "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin.git"
},
"author": { "name": "Bharath Hariharan", "email": "[email protected]" },
"contributors": [
{ "name": "Wolfgang Mathurin", "email": "[email protected]" }
]
}