summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 150661e470fdf8dac99e49723127b5e817b0178c (plain)
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
{
	"name": "trentrichardson/jquery-timepicker-addon",
	"description": "Adds a timepicker to jQueryUI Datepicker.",
	"type": "component",
	"homepage": "http://trentrichardson.com/examples/timepicker/",
	"license": [
		"MIT"
	],
	"require": {
		"robloach/component-installer": "*",
		"components/jqueryui": "~1.10.2"
	},
	"extra": {
		"component": {
			"name": "jquery-timepicker-addon",
			"scripts": [
				"dist/jquery-ui-sliderAccess.js",
				"dist/jquery-ui-timepicker-addon.js",
				"dist/i18n/**"
			],
			"styles": [
				"dist/jquery-ui-timepicker-addon.css"
			]
		}
	}
}