# jspm-bower **Repository Path**: mirrors_guybedford/jspm-bower ## Basic Information - **Project Name**: jspm-bower - **Description**: Bower endpoint for jspm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bower endpoint This is a bower endpoint for jspm. To install a package just reference it by the package name, for example: ```shell jspm install bower:jquery@1.9.1 ``` Will install jquery version `1.9.1`. You can also require packages and use them directly in your code: ```javascript var gazel = require('bower:gazel'); ```