• Stars
    star
    293
  • Rank 136,610 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 1 year 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