This project manages its dependencies using npm. Learn more
package.json 1.49 KiB
  "name": "bootstrap",
  "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
  "version": "3.0.3",
  "keywords": ["bootstrap", "css"],
  "homepage": "http://getbootstrap.com",
  "author": "Twitter, Inc.",
  "scripts": { "test": "grunt test" },
  "repository": {
      "type": "git"
    , "url": "https://github.com/twbs/bootstrap.git"
  "bugs": {
      "url": "https://github.com/twbs/bootstrap/issues"
  "licenses": [
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
  "devDependencies": {
  "jspm": {
    "main": "js/bootstrap",
    "directories": { "lib": "dist" },
    "shim": {
      "js/bootstrap": {
        "imports": "jquery",
        "exports": "$"
    "buildConfig": { "uglify": true }