{
    "name": "lodash",
    "version": "0.0.1",
    "clientPackages": {
        "lodash": {
            "profile": "lodash"
        },
        "@types/lodash": {
            "profile": "@types/lodash",
            "conditions": [
                {
                    "property": "sourceLanguage",
                    "value": "TypeScript" 
                }
            ]
        }
    },
    "routes": {
        "examples/lodash": {
            "modulePath": "./examples/example-lodash",
            "moduleType": "ExampleLodash"
        }
    }
}