diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2016-10-20 14:25:00 -0400 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2016-10-20 14:25:00 -0400 |
| commit | 9ee304b973a5675a7a59406fdaeef20870f566ce (patch) | |
| tree | 8820ad86b8cd5899ea1d2c9050881b4ff56c8fee /package.json | |
| parent | 27cf3d675c80029ff2cea1e14903886c00119e37 (diff) | |
| parent | b5890e0608ad2262cde4a38e90afa19f1cb5d852 (diff) | |
| download | bootstrap-9ee304b973a5675a7a59406fdaeef20870f566ce.tar.xz bootstrap-9ee304b973a5675a7a59406fdaeef20870f566ce.zip | |
Merge branch 'twbs/v4-dev' into v4-dev
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/package.json b/package.json index 3fc7ce1da..045ea15e2 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.3", + "version": "4.0.0-alpha.5", "keywords": [ "css", "sass", @@ -11,7 +11,7 @@ "framework", "web" ], - "homepage": "http://getbootstrap.com", + "homepage": "https://getbootstrap.com", "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)", "contributors": [ "Twitter, Inc." @@ -28,7 +28,7 @@ }, "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" @@ -39,41 +39,43 @@ "license": "MIT", "dependencies": { "jquery": "1.9.1 - 3", - "tether": "^1.1.1" + "tether": "^1.3.7" }, "devDependencies": { - "autoprefixer": "^6.0.3", - "babel-eslint": "^6.0.4", - "eslint": "^3.0.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", + "eslint": "^3.7.1", "grunt": "^1.0.1", - "grunt-babel": "^5.0.3", - "grunt-build-control": "^0.7.0", + "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-cssmin": "^1.0.2", + "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-sass": "^1.0.0", - "grunt-contrib-uglify": "^1.0.0", + "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-exec": "^1.0.0", - "grunt-html": "^8.0.1", - "grunt-jekyll": "^0.4.2", - "grunt-sass": "^1.0.0", + "grunt-exec": "^1.0.1", + "grunt-html": "^8.0.2", + "grunt-jekyll": "^0.4.4", + "grunt-sass": "^1.2.1", "grunt-saucelabs": "^9.0.0", - "grunt-scss-lint": "^0.3.8", + "grunt-scss-lint": "^0.5.0", "grunt-stamp": "^0.3.0", "htmlhint": "^0.9.13", "is-travis": "^1.0.0", - "jscs": "^3.0.4", - "load-grunt-tasks": "^3.4.0", - "postcss-cli": "^2.5.2", + "jscs": "^3.0.7", + "load-grunt-tasks": "^3.5.2", + "postcss-cli": "^2.6.0", "postcss-flexbugs-fixes": "^2.0.0", - "shelljs": "^0.7.0", - "shx": "^0.1.2", - "time-grunt": "^1.2.1" + "shelljs": "^0.7.4", + "shx": "^0.1.4", + "time-grunt": "^1.4.0" }, "engines": { "node": ">=4" @@ -88,9 +90,6 @@ ], "jspm": { "main": "js/bootstrap", - "ignore": [ - "dist/js/npm" - ], "directories": { "lib": "dist" }, @@ -103,7 +102,7 @@ } }, "dependencies": { - "jquery": "1.9.1 - 3" + "jquery": "3" } } } |
