Skip to content

Instantly share code, notes, and snippets.

@austinpray
Forked from drawcard/bower.json
Last active August 29, 2015 14:15
Show Gist options
  • Save austinpray/577730de6f672a1d3585 to your computer and use it in GitHub Desktop.
Save austinpray/577730de6f672a1d3585 to your computer and use it in GitHub Desktop.
{
"name": "sage",
"homepage": "http://roots.io/sage/",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"modernizr": "~2.8.3",
"jquery": "1.11.2",
"bootstrap-sass-official": "~3.3.3",
"animate.css": "~3.2.0",
"fontawesome": "~4.3.0",
"jquery-infinite-scroll": "~2.1.0",
"respond": "~1.4.2",
"wow": "~1.0.3",
"enquire": "~2.1.2",
"isotope": "~2.1.0",
"isotope-packery": "~1.1.1",
"imagesloaded": "~3.1.8",
"jPushMenu": "https://github.com/takien/jPushMenu.git#~1.1.1"
},
"overrides": {
"modernizr": {
"main": "./modernizr.js"
},
"jPushMenu": {
"main": [
"./js/jPushMenu.js",
"./css/jPushMenu.css"
]
},
"isotope": {
"main": [
"./js/item.js",
"./js/layout-mode.js",
"./js/layout-modes/vertical.js",
"./js/layout-modes/fit-rows.js",
"./js/layout-modes/masonry.js",
"./js/isotope.js"
]
},
"isotope-packery": {
"main": [
"./packery-mode.js"
]
},
"bootstrap": {
"main": [
"./less/bootstrap.less",
"./js/transition.js",
"./js/alert.js",
"./js/button.js",
"./js/carousel.js",
"./js/collapse.js",
"./js/dropdown.js",
"./js/modal.js",
"./js/tooltip.js",
"./js/popover.js",
"./js/scrollspy.js",
"./js/tab.js",
"./js/affix.js",
"./fonts/glyphicons-halflings-regular.eot",
"./fonts/glyphicons-halflings-regular.svg",
"./fonts/glyphicons-halflings-regular.ttf",
"./fonts/glyphicons-halflings-regular.woff"
]
},
"bootstrap-sass-official": {
"main": [
"./assets/stylesheets/_bootstrap.scss",
"./assets/javascripts/transition.js",
"./assets/javascripts/alert.js",
"./assets/javascripts/button.js",
"./assets/javascripts/carousel.js",
"./assets/javascripts/collapse.js",
"./assets/javascripts/dropdown.js",
"./assets/javascripts/modal.js",
"./assets/javascripts/tooltip.js",
"./assets/javascripts/popover.js",
"./assets/javascripts/scrollspy.js",
"./assets/javascripts/tab.js",
"./assets/javascripts/affix.js",
"./assets/fonts/glyphicons-halflings-regular.eot",
"./assets/fonts/glyphicons-halflings-regular.svg",
"./assets/fonts/glyphicons-halflings-regular.ttf",
"./assets/fonts/glyphicons-halflings-regular.woff"
]
}
},
"resolutions": {
"modernizr": "2.8.2"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment