Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func ReadConfig ¶
TODO: this is nowhere near complete -- there's all sorts of crazy cascading mechanisms that configure Bower.
func ReadConfigFile ¶
type Manifest ¶
type Manifest struct { Name string DevDependencies map[string]string Dependencies map[string]string }
func ReadManifest ¶
type Package ¶
type Package struct { Endpoint Endpoint PkgMeta PackageMetadata Dependencies map[string]Package Missing bool }
func FromComponents ¶
Click to show internal directories.
Click to hide internal directories.