Created
November 13, 2014 10:01
-
-
Save colintoh/d89f60cf24eb1e0c749f to your computer and use it in GitHub Desktop.
Simplified Bootstrap's bower
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bootstrap", | |
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | |
"version": "3.3.1", | |
"main": [ | |
"less/bootstrap.less", | |
"dist/css/bootstrap.css", | |
"dist/js/bootstrap.js", | |
"dist/fonts/glyphicons-halflings-regular.eot", | |
"dist/fonts/glyphicons-halflings-regular.svg", | |
"dist/fonts/glyphicons-halflings-regular.ttf", | |
"dist/fonts/glyphicons-halflings-regular.woff" | |
], | |
"dependencies": { | |
"jquery": ">= 1.9.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment