@eventdrive/bootstrap-less-myqaa
Version:
Fork of bootstrap-less with custom modifications
40 lines (39 loc) • 937 B
JSON
{
"name": "@eventdrive/bootstrap-less-myqaa",
"version": "3.3.9",
"description": "Fork of bootstrap-less with custom modifications",
"keywords": [
"bootstrap",
"less"
],
"repository": {
"type": "git",
"url": "git@github.com:myQaa/bootstrap-less.git"
},
"bugs": {
"url": "https://github.com/myQaa/bootstrap-less/issues"
},
"main": "js/bootstrap",
"format": "global",
"shim": {
"js/bootstrap": ["jquery"],
"js/bootstrap.min": ["jquery"],
"js/affix": ["jquery"],
"js/alert": ["jquery"],
"js/button": ["jquery"],
"js/carousel": ["jquery"],
"js/collapse": ["jquery"],
"js/dropdown": ["jquery"],
"js/modal": ["jquery"],
"js/popover": ["jquery"],
"js/scrollspy": ["jquery"],
"js/tab": ["jquery"],
"js/tooltip": ["jquery"],
"js/transition": ["jquery"]
},
"jspm":{
"dependencies": {
"jquery": "github:components/jquery"
}
}
}