diff options
| author | fat <[email protected]> | 2012-10-29 21:27:34 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2012-10-29 21:27:34 -0700 |
| commit | 92e7f166e7b65259cffcf20a27984bc365dd8b48 (patch) | |
| tree | e584fe1d01c3d914d618423d55660f9b0bf9b50d /component.json | |
| parent | c33169a6bae8675bd65767690d9098a4f9c071a9 (diff) | |
| download | bootstrap-92e7f166e7b65259cffcf20a27984bc365dd8b48.tar.xz bootstrap-92e7f166e7b65259cffcf20a27984bc365dd8b48.zip | |
remove haunt, remove bootstrap dir, add bower support
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 |
