{
    "name": "forcedroid",
    "version": "13.2.1",
    "description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for Android",
    "keywords": [ "mobilesdk", "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://github.com/forcedotcom/SalesforceMobileSDK-Android/blob/master/LICENSE.md" }
    ],
    "bin" : { "forcedroid" : "forcedroid.js" },
    "engines": {
        "node": ">=7.0.0"
    },
    "dependencies": {
        "shelljs": "0.8.5",
        "ajv": "^8.11.0",
	"jsonlint": "^1.6.3",
	"change-case": "^4.1.2"
    },
    "repository": {
	"type" : "git",
	"url" : "https://github.com/forcedotcom/SalesforceMobileSDK-Package.git"
    },
    "author": { "name": "Kevin Hawkins", "email": "khawkins@salesforce.com" },
    "contributors": [
        { "name": "Wolfgang Mathurin", "email": "wmathurin@salesforce.com" },
        { "name": "Bharath Hariharan", "email": "bhariharan@salesforce.com" }
    ]
}
