2012-04-19 15:32:41 -07:00
|
|
|
{
|
2013-12-15 10:56:51 -08:00
|
|
|
"name": "bootstrap",
|
2014-03-03 14:18:03 -08:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2017-01-06 08:38:04 -08:00
|
|
|
"version": "4.0.0-alpha.6",
|
2013-12-17 14:39:36 +02:00
|
|
|
"keywords": [
|
2014-03-03 14:20:37 -08:00
|
|
|
"css",
|
2015-01-15 21:20:40 +00:00
|
|
|
"sass",
|
2014-03-03 14:20:37 -08:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 14:39:36 +02:00
|
|
|
],
|
2016-10-04 02:55:59 +10:00
|
|
|
"homepage": "https://getbootstrap.com",
|
2016-05-20 09:04:31 -07:00
|
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
2016-06-20 16:18:21 -07:00
|
|
|
"contributors": [
|
|
|
|
"Twitter, Inc."
|
|
|
|
],
|
2013-12-17 14:39:36 +02:00
|
|
|
"scripts": {
|
2015-12-05 12:06:57 +02:00
|
|
|
"change-version": "node grunt/change-version.js",
|
2017-02-05 23:39:16 +11:00
|
|
|
"clean-css": "cleancss --level 1 --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css",
|
|
|
|
"clean-css-docs": "cleancss --level 1 --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css",
|
2016-12-31 16:09:26 +11:00
|
|
|
"eslint": "eslint --ignore-path .eslintignore js && eslint --config js/tests/.eslintrc.json --env node grunt Gruntfile.js && eslint --config js/tests/.eslintrc.json docs/assets/js/src docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
|
2016-07-14 16:22:56 -07:00
|
|
|
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
|
2017-01-23 20:38:34 +11:00
|
|
|
"htmllint": "htmllint --rc docs/.htmllintrc _gh_pages/**/*.html js/tests/visual/*.html",
|
2017-02-25 16:32:18 +11:00
|
|
|
"jekyll": "bundle exec jekyll build",
|
|
|
|
"jekyll-github": "shx echo 'github: true' > $npm_config_tmp/twbsjekyll.yml && npm run jekyll -- --config _config.yml,$npm_config_tmp/twbsjekyll.yml && shx rm $npm_config_tmp/twbsjekyll.yml",
|
2017-03-12 03:32:50 +00:00
|
|
|
"postcss": "postcss --config grunt/ --replace dist/css/*.css",
|
|
|
|
"postcss-docs": "postcss --config grunt/ --replace docs/assets/css/docs.min.css && postcss --config grunt/ --replace docs/examples/**/*.css",
|
2017-01-03 11:46:57 +11:00
|
|
|
"sass": "node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css",
|
|
|
|
"sass-docs": "node-sass --output-style expanded --source-map true --precision 6 docs/assets/scss/docs.scss docs/assets/css/docs.min.css",
|
Drop Normalize, port relevant parts to Reboot (#21741)
* Get this party started by removing mention of Normalize.css
* Nuke the old comment, consolidate to a single line and number as appropriate
* Bring over styles for HTML element from Normalize to Reboot
* Move margin override for body element from Normalize to Reboot
* Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
* Building on previous commit, do the same thing for figure, figcaption, and main
* Remove IE9- display from Normalize given our browser support
* Drop IE8 figure margin because we're IE10+
* No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
* Drop Safari 6 b and strong normalization because we're Safari 8+
* Remove mark styles for IE9- from Normalize
* Remove old iOS audio fixes from Normalize
* Remove IE9- display for progress from Normalize
* Remove more IE9- rules from Normalize
* One more IE9- display removal for canvas element
* Move pre overrides from Normalize to Reboot
* Move over some link resets to Reboot, drop others
- Move over background-color and text-decoration
- Drop focus outline change given it affects the offset on hover of
focused links
* Move over more code element resets, consolidate with pre overrides, too
* Move over sub and sup wholesale
* Move over img normalization to Reboot
* Move over SVG override too
* - Drop dupe hidden, but add comment for it
- Move over template
- Move over summary
* Remove bulk of @viewport comment
* edit down that code comment
* consolidate html-based normalizations
* update comments
* Consolidate abbr styles
* move over more type elements
* move over hr changes
* move over form controls and more
* move over button resets
* move over firefox button changes
* move over search changes and more
* we nuke all these styles for fieldsets anyway, so outright remove them
* no need for those, we override them
* move over legend, fieldset, progress
* line break
* delete normalize file
* linting
* update comment
* clarify docs mentions of normalize and reboot
* remove normalize excludes from linter
* remove normalize excludes from cli task
* linting
* callout license since we forked part of normalize
* Improve comments, move table background reset to .table class instead of in reboot
* trailing space
2017-01-21 14:14:25 -08:00
|
|
|
"scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml scss/*.scss",
|
2016-12-21 17:38:32 +11:00
|
|
|
"scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss",
|
2016-12-23 23:43:46 +11:00
|
|
|
"uglify": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
|
2017-01-07 16:22:23 +11:00
|
|
|
"uglify-docs": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output docs/assets/js/docs.min.js docs/assets/js/vendor/anchor.min.js docs/assets/js/vendor/clipboard.min.js docs/assets/js/vendor/holder.min.js docs/assets/js/src/application.js",
|
2016-07-16 14:12:49 -07:00
|
|
|
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
2016-12-31 16:09:26 +11:00
|
|
|
"test": "npm run eslint && grunt test"
|
2013-12-17 14:39:36 +02:00
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
2015-01-18 14:53:06 -08:00
|
|
|
"sass": "scss/bootstrap.scss",
|
2016-07-28 23:55:10 +07:00
|
|
|
"main": "dist/js/bootstrap",
|
2013-12-15 10:56:51 -08:00
|
|
|
"repository": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
2015-07-25 11:28:00 -07:00
|
|
|
"license": "MIT",
|
2016-03-07 01:23:55 -08:00
|
|
|
"dependencies": {
|
2016-12-27 10:00:55 -08:00
|
|
|
"jquery": ">=1.9.1",
|
2017-01-05 14:19:27 +11:00
|
|
|
"tether": "^1.4.0"
|
2016-03-07 01:23:55 -08:00
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"devDependencies": {
|
2017-03-12 03:32:50 +00:00
|
|
|
"autoprefixer": "^6.7.7",
|
2017-01-05 14:19:27 +11:00
|
|
|
"babel-eslint": "^7.1.1",
|
2016-10-07 00:21:05 +11:00
|
|
|
"babel-plugin-transform-es2015-modules-strip": "^0.1.0",
|
2017-03-20 05:07:18 +00:00
|
|
|
"babel-preset-es2015": "^6.24.0",
|
|
|
|
"clean-css-cli": "^4.0.9",
|
|
|
|
"eslint": "^3.18.0",
|
2016-07-02 20:49:51 +03:00
|
|
|
"grunt": "^1.0.1",
|
2016-10-07 00:21:05 +11:00
|
|
|
"grunt-babel": "^6.0.0",
|
|
|
|
"grunt-build-control": "^0.7.1",
|
2016-03-07 11:41:37 +02:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
2017-02-05 23:39:16 +11:00
|
|
|
"grunt-contrib-compress": "^1.4.1",
|
2016-10-07 00:21:05 +11:00
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^1.0.2",
|
2016-03-07 11:41:37 +02:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2017-03-12 03:32:50 +00:00
|
|
|
"grunt-contrib-qunit": "^1.3.0",
|
2016-03-19 18:54:01 +02:00
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2017-03-12 03:32:50 +00:00
|
|
|
"grunt-exec": "^2.0.0",
|
2016-07-11 02:44:58 +03:00
|
|
|
"grunt-saucelabs": "^9.0.0",
|
2016-07-02 20:49:51 +03:00
|
|
|
"grunt-stamp": "^0.3.0",
|
2016-07-14 16:22:56 -07:00
|
|
|
"htmlhint": "^0.9.13",
|
2017-02-05 23:39:16 +11:00
|
|
|
"htmllint-cli": "^0.0.6",
|
2015-09-25 15:32:42 -07:00
|
|
|
"is-travis": "^1.0.0",
|
2016-10-07 00:21:05 +11:00
|
|
|
"load-grunt-tasks": "^3.5.2",
|
2017-02-05 23:39:16 +11:00
|
|
|
"node-sass": "^4.5.0",
|
2017-03-20 05:07:18 +00:00
|
|
|
"postcss-cli": "^3.0.0",
|
2017-01-05 14:19:27 +11:00
|
|
|
"postcss-flexbugs-fixes": "^2.1.0",
|
2017-03-12 03:32:50 +00:00
|
|
|
"shelljs": "^0.7.7",
|
2017-02-05 23:39:16 +11:00
|
|
|
"shx": "^0.2.2",
|
2016-12-23 23:43:46 +11:00
|
|
|
"time-grunt": "^1.4.0",
|
2017-03-20 05:07:18 +00:00
|
|
|
"uglify-js": "^2.8.14"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
2014-03-07 08:42:48 +02:00
|
|
|
"engines": {
|
2016-06-19 22:09:29 -07:00
|
|
|
"node": ">=4"
|
2014-03-07 08:42:48 +02:00
|
|
|
},
|
2015-02-14 14:36:50 +02:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2016-02-26 21:36:00 -05:00
|
|
|
"grunt",
|
2016-07-30 10:44:19 -07:00
|
|
|
"js/**/*.js",
|
2015-02-14 14:36:50 +02:00
|
|
|
"scss/**/*.scss",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2015-08-24 07:44:30 -04:00
|
|
|
"directories": {
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-10-14 00:49:05 +03:00
|
|
|
"deps": [
|
|
|
|
"jquery"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2015-08-24 07:44:30 -04:00
|
|
|
"dependencies": {
|
2016-10-07 00:21:05 +11:00
|
|
|
"jquery": "3"
|
2015-08-24 07:44:30 -04:00
|
|
|
}
|
2013-11-26 12:10:06 +02:00
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|