1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/application/frontend/components/note/component.json

20 lines
358 B
JSON
Raw Normal View History

{
"name": "note",
"version": "1.0.0",
"dependencies": {
"ls-vendor": "*",
"ls-core": "*",
"ls-component": "*",
"field": "*",
"button": "*"
},
"templates": {
"note": "note.tpl"
},
"scripts": {
"note": "js/note.js"
},
"styles": {
"note": "css/note.css"
}
}