forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 718 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "jlong/sass-bootstrap"
, "description": "A sass port of the sleek, intuitive, and powerful front-end framework for faster and easier web development."
, "keywords": ["bootstrap", "css", "sass"]
, "homepage": "http://github.com/jlong/sass-bootstrap/"
, "authors": [
{
"name": "John W. Long"
},
{
"name": "Mark Otto",
"email": "markdotto@gmail.com"
},
{
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
}
]
, "support": {
"issues": "https://github.com/twbs/bootstrap/issues"
}
, "license": "Apache-2.0"
, "extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}