diff options
| author | Mark Otto <[email protected]> | 2012-10-29 21:30:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-29 21:30:45 -0700 |
| commit | a6968c4934f699c066b9e545b2f9c0c6da500fff (patch) | |
| tree | 2b94c8ba9c55b8ff905dfc12d5e624131042c84b /component.json | |
| parent | 9352fe175044f85df6a60dfd1877735cb6c543d5 (diff) | |
| parent | f595e146d604c24ff3ab4e76267973d5d6ce452e (diff) | |
| download | bootstrap-a6968c4934f699c066b9e545b2f9c0c6da500fff.tar.xz bootstrap-a6968c4934f699c066b9e545b2f9c0c6da500fff.zip | |
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Diffstat (limited to 'component.json')
| -rw-r--r-- | component.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100644 index 000000000..8acb3ab5a --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name": "bootstrap", + "version": "2.2.0", + "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], + "dependencies": { + "jquery": "~1.8.0" + } +}
\ No newline at end of file |
