bootstrap-source/bootstrap-3.0.3/package.json
branchlanding-page-2014
changeset 78 b28d5c14c5c2
parent 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/package.json	Fri Jan 17 11:59:43 2014 +0100
     1.3 @@ -0,0 +1,51 @@
     1.4 +{
     1.5 +    "name": "bootstrap"
     1.6 +  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
     1.7 +  , "version": "3.0.3"
     1.8 +  , "keywords": ["bootstrap", "css"]
     1.9 +  , "homepage": "http://getbootstrap.com"
    1.10 +  , "author": "Twitter, Inc."
    1.11 +  , "scripts": { "test": "grunt test" }
    1.12 +  , "repository": {
    1.13 +      "type": "git"
    1.14 +    , "url": "https://github.com/twbs/bootstrap.git"
    1.15 +  }
    1.16 +  , "bugs": {
    1.17 +      "url": "https://github.com/twbs/bootstrap/issues"
    1.18 +  }
    1.19 +  , "licenses": [
    1.20 +    {
    1.21 +        "type": "Apache-2.0"
    1.22 +      , "url": "http://www.apache.org/licenses/LICENSE-2.0"
    1.23 +    }
    1.24 +  ]
    1.25 +  , "devDependencies": {
    1.26 +      "btoa": "~1.1.1"
    1.27 +    , "grunt": "~0.4.1"
    1.28 +    , "grunt-contrib-clean": "~0.5.0"
    1.29 +    , "grunt-contrib-concat": "~0.3.0"
    1.30 +    , "grunt-contrib-connect": "~0.5.0"
    1.31 +    , "grunt-contrib-copy": "~0.4.1"
    1.32 +    , "grunt-contrib-jshint": "~0.7.0"
    1.33 +    , "grunt-contrib-qunit": "~0.3.0"
    1.34 +    , "grunt-contrib-uglify": "~0.2.4"
    1.35 +    , "grunt-contrib-watch": "~0.5.3"
    1.36 +    , "grunt-html-validation": "~0.1.6"
    1.37 +    , "grunt-jekyll": "~0.4.0"
    1.38 +    , "grunt-recess": "~0.5.0"
    1.39 +    , "grunt-saucelabs": "~4.1.2"
    1.40 +    , "grunt-sed": "~0.1.1"
    1.41 +    , "regexp-quote": "~0.0.0"
    1.42 +  }
    1.43 +  , "jspm": {
    1.44 +      "main": "js/bootstrap"
    1.45 +    , "directories": { "lib": "dist" }
    1.46 +    , "shim": {
    1.47 +        "js/bootstrap": {
    1.48 +            "imports": "jquery"
    1.49 +          , "exports": "$"
    1.50 +        }
    1.51 +    }
    1.52 +    , "buildConfig": { "uglify": true }
    1.53 +  }
    1.54 +}
Impressum Datenschutzerklärung