forked from seiyria/bootstrap-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 1.04 KB
/
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
{
"name": "zardo/bootstrap-slider",
"type": "library",
"description": "A less buggy fork of the original bootstrap slider found on http://www.eyecon.ro/ by Stefan Petre. It was forked so we could update the slider since the original wasn't under version control.",
"keywords": ["slider", "css", "bootstrap", "javascript"],
"homepage": "https://github.com/zardo/bootstrap-slider",
"require": {},
"license": "Apache 2.0",
"authors": [
{
"name": "Kyle Kemp",
"email": "[email protected]",
"homepage": "http://seiyria.com",
"role": "Developer"
},
{
"name": "Rohit Kalkur",
"email": "[email protected]",
"homepage": "http://www.rovolutionary.com",
"role": "Developer"
},
{
"name": "Lucas Zardo",
"email": "[email protected]",
"homepage": "https://deliverymuch.com.br",
"role": "Packagist Editor"
}
]
}