Skip to content

Instantly share code, notes, and snippets.

@gmlnchv
Last active August 29, 2015 14:01
Show Gist options
  • Save gmlnchv/edce17e3a798aef85358 to your computer and use it in GitHub Desktop.
Save gmlnchv/edce17e3a798aef85358 to your computer and use it in GitHub Desktop.
.bowerrc and bower.json
{
"directory": "bower_components"
}
{
"name": "enrol",
"private": true,
"dependencies": {
"jquery": "jquery/jquery#1.11.0",
"normalize.css": "~3.0.1",
"guff": "~1.0.1",
"Detect.js": "darcyclarke/Detect.js",
"svgeezy": "~1.0.0"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment