Skip to content

Instantly share code, notes, and snippets.

@robdodson
Created February 18, 2013 23:00
Show Gist options
  • Select an option

  • Save robdodson/4981554 to your computer and use it in GitHub Desktop.

Select an option

Save robdodson/4981554 to your computer and use it in GitHub Desktop.
example bower.json
{
"name": "myProject",
"version": "1.0.0",
"main": "./path/to/main.css",
"dependencies": {
"jquery": "~1.7.2",
"highcharts": ">=1.2.3",
"jquery-ui": "1.0.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment