mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-03 00:09:53 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			115 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "bootstrap",
 | 
						|
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
 | 
						|
  "version": "4.0.0-alpha.6",
 | 
						|
  "keywords": [
 | 
						|
    "css",
 | 
						|
    "sass",
 | 
						|
    "mobile-first",
 | 
						|
    "responsive",
 | 
						|
    "front-end",
 | 
						|
    "framework",
 | 
						|
    "web"
 | 
						|
  ],
 | 
						|
  "homepage": "https://getbootstrap.com",
 | 
						|
  "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
 | 
						|
  "contributors": [
 | 
						|
    "Twitter, Inc."
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "change-version": "node grunt/change-version.js",
 | 
						|
    "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",
 | 
						|
    "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",
 | 
						|
    "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
 | 
						|
    "htmllint": "htmllint --rc docs/.htmllintrc _gh_pages/**/*.html js/tests/visual/*.html",
 | 
						|
    "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",
 | 
						|
    "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",
 | 
						|
    "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",
 | 
						|
    "scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml 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/anchor.min.js docs/assets/js/vendor/clipboard.min.js docs/assets/js/vendor/holder.min.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 && grunt test"
 | 
						|
  },
 | 
						|
  "style": "dist/css/bootstrap.css",
 | 
						|
  "sass": "scss/bootstrap.scss",
 | 
						|
  "main": "dist/js/bootstrap",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/twbs/bootstrap.git"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/twbs/bootstrap/issues"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "dependencies": {
 | 
						|
    "jquery": ">=1.9.1",
 | 
						|
    "tether": "^1.4.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "autoprefixer": "^6.7.7",
 | 
						|
    "babel-eslint": "^7.1.1",
 | 
						|
    "babel-plugin-transform-es2015-modules-strip": "^0.1.0",
 | 
						|
    "babel-preset-es2015": "^6.24.0",
 | 
						|
    "clean-css-cli": "^4.0.9",
 | 
						|
    "eslint": "^3.18.0",
 | 
						|
    "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.4.1",
 | 
						|
    "grunt-contrib-concat": "^1.0.1",
 | 
						|
    "grunt-contrib-connect": "^1.0.2",
 | 
						|
    "grunt-contrib-copy": "^1.0.0",
 | 
						|
    "grunt-contrib-qunit": "^1.3.0",
 | 
						|
    "grunt-contrib-watch": "^1.0.0",
 | 
						|
    "grunt-exec": "^2.0.0",
 | 
						|
    "grunt-saucelabs": "^9.0.0",
 | 
						|
    "grunt-stamp": "^0.3.0",
 | 
						|
    "htmlhint": "^0.9.13",
 | 
						|
    "htmllint-cli": "^0.0.6",
 | 
						|
    "is-travis": "^1.0.0",
 | 
						|
    "load-grunt-tasks": "^3.5.2",
 | 
						|
    "node-sass": "^4.5.0",
 | 
						|
    "postcss-cli": "^3.0.0",
 | 
						|
    "postcss-flexbugs-fixes": "^2.1.0",
 | 
						|
    "shelljs": "^0.7.7",
 | 
						|
    "shx": "^0.2.2",
 | 
						|
    "time-grunt": "^1.4.0",
 | 
						|
    "uglify-js": "^2.8.14"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=4"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist",
 | 
						|
    "grunt",
 | 
						|
    "js/**/*.js",
 | 
						|
    "scss/**/*.scss",
 | 
						|
    "Gruntfile.js",
 | 
						|
    "LICENSE"
 | 
						|
  ],
 | 
						|
  "jspm": {
 | 
						|
    "main": "js/bootstrap",
 | 
						|
    "directories": {
 | 
						|
      "lib": "dist"
 | 
						|
    },
 | 
						|
    "shim": {
 | 
						|
      "js/bootstrap": {
 | 
						|
        "deps": [
 | 
						|
          "jquery"
 | 
						|
        ],
 | 
						|
        "exports": "$"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "dependencies": {
 | 
						|
      "jquery": "3"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |