aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2016-12-28 19:57:38 -0500
committerPierre-Denis Vanduynslager <[email protected]>2016-12-28 19:57:38 -0500
commit425d156df27fa6c18e979aa000bfe5a346ee3450 (patch)
tree4157dfcbdf8334e9d9fb2bb239f4ae78706bbc71 /package.json
parentab2fc63d08b8c53d6f29bcfd73b7f2d5ceaacacd (diff)
parente1e621be046a4541a2fd36e445015ee44de3c67e (diff)
downloadbootstrap-425d156df27fa6c18e979aa000bfe5a346ee3450.tar.xz
bootstrap-425d156df27fa6c18e979aa000bfe5a346ee3450.zip
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'package.json')
-rw-r--r--package.json91
1 files changed, 52 insertions, 39 deletions
diff --git a/package.json b/package.json
index 7b655df8b..4767a2538 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
- "version": "4.0.0-alpha.2",
+ "version": "4.0.0-alpha.5",
"keywords": [
"css",
"sass",
@@ -11,17 +11,30 @@
"framework",
"web"
],
- "homepage": "http://getbootstrap.com",
+ "homepage": "https://getbootstrap.com",
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
- "contributors": ["Twitter, Inc."],
+ "contributors": [
+ "Twitter, Inc."
+ ],
"scripts": {
"change-version": "node grunt/change-version.js",
- "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
- "test": "grunt test"
+ "clean-css": "cleancss --skip-advanced --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css",
+ "clean-css-docs": "cleancss --skip-advanced --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css",
+ "eslint": "eslint --ignore-path .eslintignore js",
+ "jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src grunt Gruntfile.js docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
+ "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
+ "postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
+ "postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css",
+ "scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude scss/_normalize.scss scss/*.scss",
+ "scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss",
+ "uglify": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
+ "uglify-docs": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output docs/assets/js/docs.min.js docs/assets/js/vendor/*.js docs/assets/js/src/application.js",
+ "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
+ "test": "npm run eslint && npm run jscs && grunt test"
},
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
- "main": "./dist/js/npm",
+ "main": "dist/js/bootstrap",
"repository": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"
@@ -31,57 +44,57 @@
},
"license": "MIT",
"dependencies": {
- "jquery": "1.9.1 - 2",
- "tether": "^1.1.1"
+ "jquery": ">=1.9.1",
+ "tether": "^1.3.7"
},
"devDependencies": {
- "autoprefixer": "^6.0.3",
- "babel-eslint": "^4.1.3",
- "grunt": "^0.4.5",
- "grunt-babel": "^5.0.3",
- "grunt-build-control": "^0.6.0",
+ "autoprefixer": "^6.5.0",
+ "babel-eslint": "^7.0.0",
+ "babel-plugin-transform-es2015-modules-strip": "^0.1.0",
+ "babel-preset-es2015": "^6.16.0",
+ "clean-css": "^3.4.23",
+ "eslint": "^3.7.1",
+ "grunt": "^1.0.1",
+ "grunt-babel": "^6.0.0",
+ "grunt-build-control": "^0.7.1",
"grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-compress": "^1.1.0",
- "grunt-contrib-concat": "^1.0.0",
- "grunt-contrib-connect": "^1.0.0",
+ "grunt-contrib-compress": "^1.3.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-cssmin": "^1.0.0",
- "grunt-contrib-qunit": "^1.0.1",
+ "grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-sass": "^1.0.0",
- "grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
- "grunt-eslint": "^17.1.0",
- "grunt-exec": "^0.4.6",
- "grunt-html": "^7.0.0",
- "grunt-jekyll": "^0.4.2",
- "grunt-jscs": "^2.8.0",
- "grunt-postcss": "^0.8.0",
- "grunt-sass": "^1.0.0",
- "grunt-saucelabs": "^8.6.1",
- "grunt-scss-lint": "^0.3.8",
- "grunt-stamp": "^0.1.0",
+ "grunt-exec": "^1.0.1",
+ "grunt-html": "^8.0.2",
+ "grunt-jekyll": "^0.4.4",
+ "grunt-sass": "2.0.0",
+ "grunt-saucelabs": "^9.0.0",
+ "grunt-stamp": "^0.3.0",
+ "htmlhint": "^0.9.13",
"is-travis": "^1.0.0",
- "load-grunt-tasks": "^3.4.0",
- "mq4-hover-shim": "^0.3.0",
- "shelljs": "^0.6.0",
- "time-grunt": "^1.2.1"
+ "jscs": "^3.0.7",
+ "load-grunt-tasks": "^3.5.2",
+ "postcss-cli": "^2.6.0",
+ "postcss-flexbugs-fixes": "^2.0.0",
+ "shelljs": "^0.7.4",
+ "shx": "^0.2.1",
+ "time-grunt": "^1.4.0",
+ "uglify-js": "^2.7.5"
},
"engines": {
- "node": ">=0.10.1"
+ "node": ">=4"
},
"files": [
"dist",
"grunt",
- "js/*.js",
+ "js/**/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"jspm": {
"main": "js/bootstrap",
- "ignore": [
- "dist/js/npm"
- ],
"directories": {
"lib": "dist"
},
@@ -94,7 +107,7 @@
}
},
"dependencies": {
- "jquery": "*"
+ "jquery": "3"
}
}
}