added seiyria/bootstrap-slider

This commit is contained in:
Aaike Van Roekghem
2015-03-08 15:31:23 +07:00
parent 90582c63e4
commit bb4d6a038b
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"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"]
}
}