31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"name": "bootstrap-sass",
|
|
"version": "3.3.6",
|
|
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
|
|
"main": "assets/javascripts/bootstrap.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/twbs/bootstrap-sass"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"sass",
|
|
"css"
|
|
],
|
|
"contributors": [
|
|
"Thomas McDonald",
|
|
"Tristan Harward",
|
|
"Peter Gumeson",
|
|
"Gleb Mazovetskiy"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/twbs/bootstrap-sass/issues"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "~3.4.2",
|
|
"mincer": "~1.3",
|
|
"ejs": "~2.3"
|
|
}
|
|
}
|