This project manages its dependencies using npm. Learn more
package.json 2.19 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"
  "files": [
717273747576777879808182838485868788899091929394
"dist", "grunt/*.js", "grunt/*.json", "js/*.js", "scss/**/*.scss", "Gruntfile.js", "LICENSE" ], "jspm": { "main": "js/bootstrap", "shim": { "js/bootstrap": { "deps": "jquery", "exports": "$" } }, "files": [ "css", "fonts", "js" ] } }