Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created January 11, 2016 20:09
Show Gist options
  • Save garlicnation/d0047d5d7d700ac3b6b2 to your computer and use it in GitHub Desktop.
Save garlicnation/d0047d5d7d700ac3b6b2 to your computer and use it in GitHub Desktop.
// BowerJSON represents a bower.json file
type BowerJSON struct {
Dependencies *map[string]string `json:"dependencies, omitempty"`
DevDependencies *map[string]string `json:"devDependencies, omitempty"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment