• Stars
    star
    292
  • Rank 142,152 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 12 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Bower registry

Bower registry Build Status

Find package

curl https://registry.bower.io/packages/jquery

Response

{ "name": "jquery", "url": "git://github.com/jquery/jquery.git" }

List all packages

curl https://registry.bower.io/packages

Usage

node index.js

Editing

Registry can be modified directly by editing db/packages.json file.

License

Copyright Twitter, Inc. Licensed under the MIT License