Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 554 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 554 Bytes

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