unitejs-packages
Version:
Packages for use with UniteJS.
24 lines • 549 B
JSON
{
"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"
}
}
}