• Gleb Mazovetskiy's avatar
    Compile with Ruby Sass or libsass. · 8a51daf2
    Gleb Mazovetskiy authored
    * Separate configs for libsass and sass.
    * Sass compiler selected based on `process.env.TWBS_SASS`.
    * Travis:
      * Use Gemfile to manage ruby dependencies.
      * Run core tests with both Sass compilers.
      * Only install/cache ruby gems required by the test subset.
    * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
    8a51daf2
This project manages its dependencies using Bundler. Learn more
package.json 2.31 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"
7172737475767778798081828384858687888990919293949596979899100101
"files": [ "dist", "grunt/*.js", "grunt/*.json", "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": "*" } } }