Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created April 29, 2016 11:22
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 csharpfritz/540c9367cdaa16b2660c0ee35fde74ed to your computer and use it in GitHub Desktop.
Save csharpfritz/540c9367cdaa16b2660c0ee35fde74ed to your computer and use it in GitHub Desktop.
Simple bower config for ASP.NET WebForms
{
"name": "asp.net",
"private": true,
"dependencies": {
"bootstrap": "3.0.0",
"jquery": "1.10.2",
"modernizer": "2.6.2",
"respond": "1.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment