• XhmikosR's avatar
    Update .gitignore (#28519) · f7c1b1e6
    XhmikosR authored
    Add back ruby/bundler folders so that they don't show up when we switch branches.
    
    This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.
    Unverified
    f7c1b1e6
package.json 2.31 KiB
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version": "4.0.0-alpha",
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  "homepage": "http://getbootstrap.com",
  "author": "Twitter, Inc.",
  "scripts": {
    "test": "grunt test"
  "style": "dist/css/bootstrap.css",
  "sass": "scss/bootstrap.scss",
  "main": "./dist/js/npm",
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/bootstrap.git"
  "bugs": {
    "url": "https://github.com/twbs/bootstrap/issues"
  "license": "MIT",
  "devDependencies": {
  "engines": {
    "node": ">=0.10.1"
7172737475767778798081828384858687888990919293949596979899100101
"files": [ "dist", "grunt/*.js", "grunt/*.json", "js/*.js", "scss/**/*.scss", "Gruntfile.js", "LICENSE" ], "jspm": { "main": "js/bootstrap", "ignore": [ "dist/js/npm" ], "directories": { "lib": "dist" }, "shim": { "js/bootstrap": { "deps": [ "jquery" ], "exports": "$" } }, "dependencies": { "jquery": "*" } } }