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/favourite/component.json

17 lines
319 B
JSON
Raw Normal View History

{
"name": "favourite",
"version": "1.0.0",
"dependencies": {
"ls-component": "*",
"icon": "*"
},
"templates": {
"favourite": "favourite.tpl"
},
"scripts": {
"favourite": "js/favourite.js"
},
"styles": {
"favourite": "css/favourite.css"
}
}