27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"name": "seiyria-bootstrap-slider",
|
|
"version": "10.6.2",
|
|
"homepage": "https://github.com/seiyria/bootstrap-slider",
|
|
"authors": [
|
|
"Kyle Kemp <kyle@seiyria.com>",
|
|
"Rohit Kalkur <rohit.kalkur@gmail.com>"
|
|
],
|
|
"description": "a slider element for bootstrap 2/3",
|
|
"main": [
|
|
"dist/bootstrap-slider.js",
|
|
"dist/css/bootstrap-slider.css"
|
|
],
|
|
"keywords": [
|
|
"slider",
|
|
"bootstrap2",
|
|
"bootstrap3",
|
|
"bootstrap"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|