Skip to content

Instantly share code, notes, and snippets.

@Bobz-zg
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bobz-zg/cdb581292c12e22ee5db to your computer and use it in GitHub Desktop.
Save Bobz-zg/cdb581292c12e22ee5db to your computer and use it in GitHub Desktop.
bower.json file for Roots 7.0.0. using SASS + Compass
{
"name": "roots",
"version": "7.0.0",
"homepage": "http://roots.io",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"assets/vendor"
],
"dependencies": {
"modernizr": "2.8.3",
"jquery": "1.11.1",
"bootstrap-sass": "3.0.2",
"respond": "1.4.2",
"fontawesome" : "4.1.0",
"jquery-selectboxit" : "3.8.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment