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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-01-07 15:25:31 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-01-07 15:25:31 +0400
commit7ebddad3e96839786ee3f741e0b43c34e698bf33 (patch)
treebd1011c9fb3fc6df5162797f36afa4f9c6224cbb /composer.json
parenta4707b94c4e9af35b1c53e1eab9ad8f528b2f89e (diff)
refs #496 add composer.json (php package manager)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..510f6300
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,35 @@
+{
+ "name": "twbs/bootstrap-sass",
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "keywords": ["bootstrap", "css", "sass"],
+ "homepage": "http://github.com/jlong/sass-bootstrap/",
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues"
+ },
+ "license": "MIT",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ }
+}