1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/tags-personal/component.json

20 lines
438 B
JSON

{
"name": "tags-personal",
"version": "1.0.0",
"dependencies": {
"ls-component": "*",
"tag": "*",
"modal": "*"
},
"templates": {
"modal": "modal.tags_personal.tpl",
"cloud": "tags-cloud.tpl",
"tags-personal": "tags.tpl"
},
"scripts": {
"tags-personal": "js/tags-personal.js"
},
"styles": {
"tags-personal": "css/tags-personal.css"
}
}