Skip to content

Instantly share code, notes, and snippets.

@mikekunze
Last active December 18, 2015 11:49
Show Gist options
  • Select an option

  • Save mikekunze/5778390 to your computer and use it in GitHub Desktop.

Select an option

Save mikekunze/5778390 to your computer and use it in GitHub Desktop.
basic bower project component.json file. adding in bootstrap and hogan for client templating
{
"name": "myFirstWebsite",
"version": "0.0.1",
"directory" : "public/components",
"dependencies": {
"jquery": "*",
"bootstrap": "*",
"jquery-ui": "*",
"font-awesome": "*",
"hogan": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment