bower.json
Bower package description file
| Type | object |
|---|---|
| File match |
bower.json
.bower.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bower-json/latest.json |
| Source | https://www.schemastore.org/bower.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The name of your package.
Help users identify and search for your package with a brief description.
A semantic version number.
The primary acting files necessary to use your package.
SPDX license identifier or path/url to a license.
A list of files for Bower to ignore when installing your package.
Used for search by keyword. Helps make your package easier to discover without people needing to know its name.
A list of people that authored the contents of the package.
URL to learn more about the package. Falls back to GitHub project if not specified and it's a GitHub endpoint.
The repository in which the source code can be found.
2 nested properties
Dependencies are specified with a simple hash of package name to a semver compatible identifier or URL.
Dependencies that are only needed for development of the package, e.g., test framework or building documentation.
Dependency versions to automatically resolve with if conflicts occur between packages.
If you set it to true it will refuse to publish it. This is a way to prevent accidental publication of private repositories.
Used by grunt-bower-task to specify custom install locations.
The types of modules this package exposes