ffffng/app/bower_components/bootstrap-sass-official/package.json
2016-05-16 16:56:29 +02:00

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"
}
}