This project manages its dependencies using npm. Learn more
package.json 2.53 KiB
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version": "4.0.0-alpha.2",
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  "homepage": "http://getbootstrap.com",
  "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
  "contributors": ["Twitter, Inc."],
  "scripts": {
    "change-version": "node grunt/change-version.js",
    "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
    "eslint": "eslint --config js/.eslintrc.json js/src",
    "test": "npm run eslint && 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",
  "dependencies": {
  "devDependencies": {
7172737475767778798081828384858687888990919293949596979899100101102103
"engines": { "node": ">=0.10.1" }, "files": [ "dist", "grunt", "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": "*" } } }