forked from forcedotcom/SalesforceMobileSDK-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.2 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
{
"name": "forcedroid",
"version": "4.0.0",
"description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for Android",
"keywords": [ "salesforce mobile sdk", "android", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-Android",
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-Android/issues",
"licenses" : [
{ "type": "Salesforce.com Mobile SDK License", "url": "https://raw.github.com/forcedotcom/SalesforceMobileSDK-Android/master/LICENSE.md" }
],
"bin" : { "forcedroid" : "node/forcedroid.js" },
"dependencies": {
"shelljs": ">=0.1.4"
},
"scripts": {
"prepublish": "external/shared/node/prepublish.js",
"postpublish": "external/shared/node/postpublish.js"
},
"repository": {
"type" : "git",
"url" : "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git"
},
"author": { "name": "Kevin Hawkins", "email": "[email protected]" },
"contributors": [
{ "name": "Wolfgang Mathurin", "email": "[email protected]" },
{ "name": "Bharath Hariharan", "email": "[email protected]" }
]
}