Skip to content

Commit 6700b9f

Browse files
Pull Request trentrichardson#613 Add Composure Support
1 parent df4a6c8 commit 6700b9f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "trentrichardson/jquery-timepicker-addon",
3+
"description": "Adds a timepicker to jQueryUI Datepicker.",
4+
"type": "component",
5+
"homepage": "http://trentrichardson.com/examples/timepicker/",
6+
"license": [
7+
"MIT",
8+
"GPL-2.0"
9+
],
10+
"require": {
11+
"robloach/component-installer": "*",
12+
"components/jqueryui": "~1.10.2"
13+
},
14+
"extra": {
15+
"component": {
16+
"name": "jquery-timepicker-addon",
17+
"scripts": [
18+
"dist/jquery-ui-sliderAccess.js",
19+
"dist/jquery-ui-timepicker-addon.js",
20+
"dist/i18n/**"
21+
],
22+
"styles": [
23+
"dist/jquery-ui-timepicker-addon.css"
24+
]
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)