twbs--bootstrap-sass/package.json

45 lines
999 B
JSON
Raw Normal View History

2014-04-04 16:54:34 +00:00
{
"name": "bootstrap-sass",
2022-02-28 07:48:53 +00:00
"version": "3.4.3",
2015-09-27 13:28:00 +00:00
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
2015-01-14 21:46:23 +00:00
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"files": [
"assets",
"eyeglass-exports.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
2014-04-04 16:54:34 +00:00
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"
},
"keywords": [
"bootstrap",
"sass",
"css",
"eyeglass-module"
2014-04-04 16:54:34 +00:00
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
2022-02-26 10:35:31 +00:00
"sass": "^1.33",
2016-06-10 07:44:37 +00:00
"mincer": "~1.4.0",
2018-08-21 21:49:42 +00:00
"ejs": "~2.6.1"
2016-01-22 15:54:53 +00:00
},
"eyeglass": {
"exports": "eyeglass-exports.js",
"needs": "^0.7.1"
2014-04-04 16:54:34 +00:00
}
}