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
Type: object

Properties

analytics boolean
Default: true
cwd string

The directory from which bower should run. All relative paths will be calculated according to this setting.

directory string

The directory from which bower should run. All relative paths will be calculated according to this setting.

Default: "bower_components"
json string

A file path to the Bower configuration file

Default: "bower.json"
registry string | object

The registry config

format=uri
3 nested properties
search array | string

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.

format=uri
register string

The URL to use when registering packages.

format=uri
publish string

The URL to use when publishing packages.

format=uri
proxy string

The proxy to use for http requests.

format=uri
https-proxy string

The proxy to use for https requests.

format=uri
user-agent string

Sets the User-Agent for each request made.

timeout number

The timeout to be used when making requests in milliseconds.

Default: 60000
strict-ssl boolean

Whether or not to do SSL key validation when making requests via https.

ca object | string

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.

color boolean

Enable or disable use of colors in the CLI output.

Default: true
storage object

Where to store persistent data, such as cache, needed by bower.

3 nested properties
packages string
registry string
links string
tmp string

Where to store temporary files and folders

interactive boolean

Makes bower interactive, prompting whenever necessary

resolvers string[]

Identifies pluggable resolvers to be used for locating and fetching packages

shallowCloneHosts string[]

Whitelists hosts which are known to support shallow cloning

scripts object

Contains custom hooks used to trigger other automated tools

3 nested properties
preinstall string

A script to run before install

postinstall string

A script to run after install

preuninstall string

A script to run before uninstall

ignoredDependencies string[]

Bower will ignore these dependencies when resolving packages