This project manages its dependencies using npm. Learn more
package.json 2.11 KiB
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version": "3.3.4",
  "keywords": [
    "css",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  "homepage": "http://getbootstrap.com",
  "author": "Twitter, Inc.",
  "scripts": {
    "test": "grunt test"
  "style": "dist/css/bootstrap.css",
  "less": "less/bootstrap.less",
  "main": "./dist/js/npm",
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/bootstrap.git"
  "bugs": {
    "url": "https://github.com/twbs/bootstrap/issues"
  "license": {
    "type": "MIT",
    "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
  "devDependencies": {
  "engines": {
    "node": ">=0.10.1"
  "files": [
    "dist",
    "fonts",
    "grunt",
717273747576777879808182838485868788899091
"js/*.js", "less/**/*.less", "Gruntfile.js", "LICENSE" ], "jspm": { "main": "js/bootstrap", "shim": { "js/bootstrap": { "deps": "jquery", "exports": "$" } }, "files": [ "css", "fonts", "js" ] } }