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/photo/component.json
2016-10-16 17:57:11 +07:00

18 lines
348 B
JSON

{
"name": "photo",
"version": "1.0.0",
"dependencies": {
"crop": "*"
},
"templates": {
"photo": "photo.tpl",
"modal-photo": "modal-photo.tpl",
"modal-avatar": "modal-avatar.tpl"
},
"scripts": {
"photo": "js/photo.js"
},
"styles": {
"photo": "css/photo.css"
}
}