~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/bootstrap/bower.json

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "bootstrap",
 
3
  "version": "3.0.0",
 
4
  "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"],
 
5
  "ignore": [
 
6
      "**/.*"
 
7
  ],
 
8
  "dependencies": {
 
9
    "jquery": ">= 1.9.0"
 
10
  }
 
11
}