mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "bootstrap-slider",
|
|
"main": ["bootstrap-slider.js", "slider.css"],
|
|
"version": "2.0.0",
|
|
"homepage": "https://github.com/pammacdotnet/bootstrap-slider",
|
|
"authors": [
|
|
"pammacdotnet"
|
|
],
|
|
"description": "Eyecon Slider for Bootstrap",
|
|
"keywords": [
|
|
"slider",
|
|
"bootstrap"
|
|
],
|
|
"license": "Apache",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|