{
  "_args": [
    [
      {
        "raw": "bootstrap@^4.0.0-alpha.5",
        "scope": null,
        "escapedName": "bootstrap",
        "name": "bootstrap",
        "rawSpec": "^4.0.0-alpha.5",
        "spec": ">=4.0.0-alpha.5 <5.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client"
    ]
  ],
  "_from": "bootstrap@>=4.0.0-alpha.5 <5.0.0",
  "_id": "bootstrap@4.0.0-alpha.5",
  "_inCache": true,
  "_location": "/bootstrap",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/bootstrap-4.0.0-alpha.5.tgz_1476891543973_0.1817894985433668"
  },
  "_npmUser": {
    "name": "twbs",
    "email": "getbootstrap@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bootstrap@^4.0.0-alpha.5",
    "scope": null,
    "escapedName": "bootstrap",
    "name": "bootstrap",
    "rawSpec": "^4.0.0-alpha.5",
    "spec": ">=4.0.0-alpha.5 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-alpha.5.tgz",
  "_shasum": "a126b648c3bd2f52b8fad4bbc5e2d0ad2abf7064",
  "_shrinkwrap": null,
  "_spec": "bootstrap@^4.0.0-alpha.5",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client",
  "author": {
    "name": "The Bootstrap Authors",
    "url": "https://github.com/twbs/bootstrap/graphs/contributors"
  },
  "bugs": {
    "url": "https://github.com/twbs/bootstrap/issues"
  },
  "contributors": [
    {
      "name": "Twitter, Inc."
    }
  ],
  "dependencies": {
    "jquery": "1.9.1 - 3",
    "tether": "^1.3.7"
  },
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "devDependencies": {
    "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": "^6.0.0",
    "grunt-build-control": "^0.7.1",
    "grunt-contrib-clean": "^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.2",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^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.5.0",
    "grunt-stamp": "^0.3.0",
    "htmlhint": "^0.9.13",
    "is-travis": "^1.0.0",
    "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.1.4",
    "time-grunt": "^1.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "a126b648c3bd2f52b8fad4bbc5e2d0ad2abf7064",
    "tarball": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-alpha.5.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "dist",
    "grunt",
    "js/**/*.js",
    "scss/**/*.scss",
    "Gruntfile.js",
    "LICENSE"
  ],
  "gitHead": "b5890e0608ad2262cde4a38e90afa19f1cb5d852",
  "homepage": "https://getbootstrap.com",
  "jspm": {
    "main": "js/bootstrap",
    "directories": {
      "lib": "dist"
    },
    "shim": {
      "js/bootstrap": {
        "deps": [
          "jquery"
        ],
        "exports": "$"
      }
    },
    "dependencies": {
      "jquery": "3"
    }
  },
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "license": "MIT",
  "main": "dist/js/bootstrap",
  "maintainers": [
    {
      "name": "twbs",
      "email": "bigj95t+bsnpm@gmail.com"
    }
  ],
  "name": "bootstrap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/bootstrap.git"
  },
  "sass": "scss/bootstrap.scss",
  "scripts": {
    "change-version": "node grunt/change-version.js",
    "eslint": "eslint --config js/.eslintrc.json js/src",
    "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
    "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",
    "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",
    "test": "npm run eslint && npm run jscs && grunt test",
    "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json"
  },
  "style": "dist/css/bootstrap.css",
  "version": "4.0.0-alpha.5"
}
