-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
composer.json
36 lines (36 loc) · 1.25 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
30
31
32
33
34
35
36
{
"name": "seiyria/bootstrap-slider",
"type": "library",
"version": "11.0.3",
"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/seiyria/bootstrap-slider",
"require": {},
"license": "MIT",
"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": "Oleksii Kuznietsov",
"email": "[email protected]",
"homepage": "https://utilmind.com",
"role": "Developer"
},
{
"name": "Lucas Zardo",
"email": "[email protected]",
"homepage": "https://deliverymuch.com.br",
"role": "Packagist Editor"
}
]
}