aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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 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"
+
+}