12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"registry": "jspm",
|
|
"format": "global",
|
|
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
},
|
|
"shim":{
|
|
"js/bootstrap-slider": ["jquery"],
|
|
"dist/bootstrap-slider.min": ["jquery"]
|
|
}
|
|
} |