Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created February 12, 2013 11:20
Show Gist options
  • Select an option

  • Save wolfeidau/4761658 to your computer and use it in GitHub Desktop.

Select an option

Save wolfeidau/4761658 to your computer and use it in GitHub Desktop.
Bower configuration file.
{
"name": "fgis-core",
"main": [
"./public/css/style.css",
"./public/js/site.js"
],
"dependencies": {
"bootstrap": "~2.2.2",
"backbone": "~0.9.10",
"socket.io": "~0.9.11",
"leaflet": "~0.5.1",
"underscore": "~1.4.4",
"thorax": "~2.0.0b5",
"zepto": "1.0.0rc1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment