Skip to content

Instantly share code, notes, and snippets.

@SteveBenner
Created August 15, 2014 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveBenner/61f15f03d34c90bf0e17 to your computer and use it in GitHub Desktop.
Save SteveBenner/61f15f03d34c90bf0e17 to your computer and use it in GitHub Desktop.
Bower - configuration file
# Bower configuration
#
# Official docs at: http://bower.io/docs/config/
# Last updated at: 2014-08-14
#
# Config is obtained by merging the following, in given order:
# - CLI args via -config
# - Environment variables
# - Local .bowerrc located in the current working directory
# - All .bowerrc files upwards the directory tree
# - .bowerrc file located in user’s home folder (~)
# - .bowerrc file located in the global folder (/)
#
analytics: true # [Boolean] Whether or not to collect 'anonymous' usage statistics via Google Analytics
cwd: . # [String] Directory to run Bower from
directory: bower_components # [String] Location where packages are installed
registry: # [Object, String] Set up one or more private registries
# using a String sets all sub-values to that value
search: # [Array, String] List of registries Bower queries (in order) when resolving endpoints
register: # [String] URL to use when registering packages
publich: # [String] URL to use when publishing packages
shorthand-resolver: git://github.com/<owner>/<package>.git # [String] Custom template for shorthand package names
proxy: # [String] Proxy to use for HTTP requests
https-proxy: # [String] Proxy to use for HTTPS requests
user-agent: # [String] Sets the HTTP 'User-Agent' header
# defaults to: `node/<process.version> <process.platform> <process.arch>`
timeout: 60000 # [Number] Timeout used when making requests, in milliseconds
strict-ssl: # [Boolean] Whether or not to do SSL key validation when using HTTPS
ca: # [Object, String] Specify one or more certificate signing authorities to trust
# setting to `null` means use 'known' registrars
color: true # [Boolean] enable/disable use of colors in CLI output
storage: # [Object] Paths to store persistent data caches at
# defaults to using suitable OS/platform values
cache:
registry:
links:
completion:
tmp: # [String] Path where temporary files and folders are stored
# defaults to: `<system-tmp-directory>/bower`
interactive: # [Boolean] Make Bower interactive, prompting whenever necessary
# defaults to: `null`, which means 'auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment