{
  "name": "bootstrap-sass-namespace",
  "version": "3.3.7-alpha.6",
  "description": "bootstrap-sass-namespace is a fork of bootstrap-sass with namespace added",
  "main": "assets/javascripts/bootstrap.js",
  "style": "assets/stylesheets/_bootstrap.scss",
  "sass": "assets/stylesheets/_bootstrap.scss",
  "files": [
    "assets",
    "eyeglass-exports.js",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/sneas/bootstrap-sass-namespace"
  },
  "keywords": [
    "bootstrap",
    "sass",
    "css",
    "eyeglass-module",
    "namespace"
  ],
  "contributors": [
    "Thomas McDonald",
    "Tristan Harward",
    "Peter Gumeson",
    "Gleb Mazovetskiy"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sneas/bootstrap-sass-namespace"
  },
  "devDependencies": {
    "concat-cli": "^4.0.0",
    "ejs": "~2.4.2",
    "mincer": "~1.4.0",
    "node-sass": "^3.8.0",
    "uglify-js": "^2.8.21"
  },
  "scripts": {
    "build-js": "cd assets/javascripts/bootstrap && concat-cli -f _check.js transition.js alert.js button.js carousel.js collapse.js dropdown.js modal.js tooltip.js popover.js scrollspy.js tab.js affix.js -o ../bootstrap.js && uglifyjs ../bootstrap.js -o ../bootstrap.min.js"
  },
  "eyeglass": {
    "exports": "eyeglass-exports.js",
    "needs": "^0.7.1"
  }
}
