1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/application/frontend/components/note/component.json
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

20 lines
358 B
JSON

{
"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"
}
}