Update of multiple frontend libs.
This commit is contained in:
parent
de261dbde5
commit
a9c6ddc03b
276 changed files with 41257 additions and 19300 deletions
|
@ -1,8 +1,17 @@
|
|||
{
|
||||
"name": "bootstrap-sass",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"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",
|
||||
"style": "assets/stylesheets/_bootstrap.scss",
|
||||
"sass": "assets/stylesheets/_bootstrap.scss",
|
||||
"files": [
|
||||
"assets",
|
||||
"eyeglass-exports.js",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/twbs/bootstrap-sass"
|
||||
|
@ -10,7 +19,8 @@
|
|||
"keywords": [
|
||||
"bootstrap",
|
||||
"sass",
|
||||
"css"
|
||||
"css",
|
||||
"eyeglass-module"
|
||||
],
|
||||
"contributors": [
|
||||
"Thomas McDonald",
|
||||
|
@ -23,8 +33,12 @@
|
|||
"url": "https://github.com/twbs/bootstrap-sass/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "~3.4.2",
|
||||
"mincer": "~1.3",
|
||||
"ejs": "~2.3"
|
||||
"node-sass": "^3.8.0",
|
||||
"mincer": "~1.4.0",
|
||||
"ejs": "~2.4.2"
|
||||
},
|
||||
"eyeglass": {
|
||||
"exports": "eyeglass-exports.js",
|
||||
"needs": "^0.7.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue