Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Last active August 29, 2015 14:01
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 nsisodiya/2371cdad90cf4743ff18 to your computer and use it in GitHub Desktop.
Save nsisodiya/2371cdad90cf4743ff18 to your computer and use it in GitHub Desktop.
My bower setup
{
"directory": "src/external"
}
{
"name": "UniWeb",
"version": "0.0.1",
"main": "",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"jquery": "#1.9.0",
"choona.js": "1.3.2",
"davis": "#0.9.8",
"underscore" : "#1.5.2",
"browser-detection":"#1.0.0",
"watch": "latest",
"rivets": "#0.6.4",
"bootstrap": "#3.0.2",
"font-awesome": "#3.2.1",
"pines-notify": "#1.2.0",
"bootstrap-select":"#1.3.5",
"numeral": "#1.5.3",
"bootstrap-switch":"#1.9.0",
"select2":"#3.4.5",
"highcharts.com":"#3.0.9",
"bootstrap-datepicker":"#1.3.0",
"jquery-bbq-deparam":"#1.2.1",
"modernizr":"#2.8.1",
"x-tag-core":"#0.9.7"
},
"devDependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment