Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Steel <trsteel88@gmail.com>2012-11-16 11:01:21 +0400
committerTrent Steel <trsteel88@gmail.com>2012-11-16 11:01:21 +0400
commit4d593618e00b6052a1588fd4fb7312da6b3af194 (patch)
tree2d84dbddd8ace3dd82ccf72c53d25f94887bc11a /composer.json
parent3b3dd3ac3c7b69d02406ede69bffcc4ee8a1ed6b (diff)
add composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000..5ddf136360
--- /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"
+
+}