Bower

Front-end package manager

Bower can...

  • Search
  • Install
  • Update
  • Remove
  • Register

Demo time

component.json

{
  "name": "zanimo",
  "version": "0.0.5",
  "readme": "README.md",
  "main": "./dist/zanimo-0.0.5.js",
  "ignore": [
    ...
  ],
  "dependencies": {
    "q": "~0.9.2"
    },
  "gitHead": "1526bf9fdc26adc6f29b3d71760875b6d4f2a863",
  "_id": "zanimo@0.0.5",
  "description": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/peutetre/Zanimo.git"
  }
}
      

.bowerrc

{
  "directory": "components",
  "endpoint": "https://bower.mycompany.com",
  "json": "components.json",  // renamed in bower.json soon
  "searchpath": [
    "https://bower.herokuapp.com"
  ],
  "shorthand_resolver": "git://example.com/{{{ organization }}}/{{{ package }}}.git"
}
      

Thank You!

Questions?