diff options
| author | Mark Otto <[email protected]> | 2012-11-28 15:35:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 15:35:16 -0800 |
| commit | cb69aa976f4834d1b6c22ed3dea8a13328d63748 (patch) | |
| tree | d0e98953674f0d4e19cd4de47f9e9665f03442ab | |
| parent | f1349a245096da5e29fd83fa99346e5e40faf077 (diff) | |
| parent | 4d593618e00b6052a1588fd4fb7312da6b3af194 (diff) | |
| download | bootstrap-cb69aa976f4834d1b6c22ed3dea8a13328d63748.tar.xz bootstrap-cb69aa976f4834d1b6c22ed3dea8a13328d63748.zip | |
Merge branch 'trsteel88-master' into 2.2.2-wip
| -rw-r--r-- | composer.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..5ddf13636 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "twitter/bootstrap" + , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." + , "keywords": ["bootstrap", "css"] + , "homepage": "http://twitter.github.com/bootstrap/" + , "author": "Twitter Inc." + , "license": "Apache-2.0" + , "target-dir": "twitter/bootstrap" + +} |
