.bowerrc
Bower configuration file
| Type | object |
|---|---|
| File match |
.bowerrc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bowerrc/latest.json |
| Source | https://www.schemastore.org/bowerrc.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The directory from which bower should run. All relative paths will be calculated according to this setting.
The directory from which bower should run. All relative paths will be calculated according to this setting.
A file path to the Bower configuration file
The registry config
3 nested properties
An array of URLs pointing to read-only Bower registries. A string means only one. When looking into the registry for an endpoint, Bower will query these registries by the specified order.
The URL to use when registering packages.
The URL to use when publishing packages.
The proxy to use for http requests.
The proxy to use for https requests.
Sets the User-Agent for each request made.
The timeout to be used when making requests in milliseconds.
Whether or not to do SSL key validation when making requests via https.
The CA certificates to be used, defaults to null. This is similar to the registry key, specifying each CA to use for each registry endpoint.
Enable or disable use of colors in the CLI output.
Where to store persistent data, such as cache, needed by bower.
3 nested properties
Where to store temporary files and folders
Makes bower interactive, prompting whenever necessary
Identifies pluggable resolvers to be used for locating and fetching packages
Whitelists hosts which are known to support shallow cloning
Contains custom hooks used to trigger other automated tools
3 nested properties
A script to run before install
A script to run after install
A script to run before uninstall
Bower will ignore these dependencies when resolving packages