mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
33 lines
731 B
JSON
33 lines
731 B
JSON
{
|
|
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
|
|
"name": "com_oauthserver",
|
|
"version": "version",
|
|
"description": "Joomla CMS",
|
|
"license": "MIT",
|
|
"assets": [
|
|
{
|
|
"name": "com_oauthserver.field.copy.es5",
|
|
"type": "script",
|
|
"uri": "com_oauthserver/field-copy-es5.min.js",
|
|
"dependencies": [
|
|
"core"
|
|
],
|
|
"attributes": {
|
|
"nomodule": true,
|
|
"defer": true
|
|
}
|
|
},
|
|
{
|
|
"name": "com_oauthserver.field.copy",
|
|
"type": "script",
|
|
"uri": "com_oauthserver/field-copy.min.js",
|
|
"dependencies": [
|
|
"com_oauthserver.field.copy.es5"
|
|
],
|
|
"attributes": {
|
|
"type": "module"
|
|
}
|
|
}
|
|
]
|
|
}
|