forked from Serhioromano/bootstrap-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 820 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "serhioromano/bootstrap-calendar",
"description": "Bootstrap full view calendar.",
"keywords": ["bootstrap", "calendar"],
"homepage": "http://bootstrap-calendar.azurewebsites.net/",
"authors": [
{
"name": "Sergey Romanov",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Serhioromano/bootstrap-calendar/issues"
},
"license": "BSD",
"require": {
"components/jquery": "~1",
"components/underscore": "~1",
"twbs/bootstrap": ">2.0.0",
"moment/moment": "~2"
},
"extra" : {
"component" : {
"scripts" : [
"js/calendar.min.js"
],
"styles" : [
"css/calendar.min.css"
],
"files" : [
"js/language/*.js",
"tmpls/*.*"
]
}
}
}