ffffng/app/bower_components/bootstrap-sass-official/package.json

45 lines
999 B
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "bootstrap-sass",
2022-08-02 15:24:19 +02:00
"version": "3.4.3",
2016-05-16 13:33:49 +02:00
"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",
2017-05-13 13:25:33 +02:00
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"files": [
"assets",
"eyeglass-exports.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
2014-05-12 20:08:19 +02:00
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"
},
"keywords": [
"bootstrap",
"sass",
2017-05-13 13:25:33 +02:00
"css",
"eyeglass-module"
2014-05-12 20:08:19 +02:00
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootstrap-sass/issues"
2016-05-16 13:33:49 +02:00
},
"devDependencies": {
2022-08-02 15:24:19 +02:00
"sass": "^1.33",
2017-05-13 13:25:33 +02:00
"mincer": "~1.4.0",
2019-03-29 22:00:08 +01:00
"ejs": "~2.6.1"
2017-05-13 13:25:33 +02:00
},
"eyeglass": {
"exports": "eyeglass-exports.js",
"needs": "^0.7.1"
2014-05-12 20:08:19 +02:00
}
}