cybertoothca/ember-cli-bootstrap3-sass

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ember-cli-bootstrap3-sass",
  "version": "1.0.6",
  "description": "This addon installs the bootstrap3 javascript components and fonts.  Once installed, you can compile the bootstrap sass into your app.  Understand that this addon is for Ember applications that are compiling their styles using SASS.  __If your Ember application is using pure CSS or LESS, than this addon is NOT for you.__",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": {
    "build": "ember build",
    "start": "ember server",
    "test": "ember try:each"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cybertoothca/ember-cli-bootstrap3-sass.git"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "broccoli-asset-rev": "^2.4.2",
    "ember-ajax": "^2.0.1",
    "ember-cli": "2.10.0",
    "ember-cli-app-version": "^2.0.1",
    "ember-cli-dependency-checker": "^1.2.0",
    "ember-cli-htmlbars": "^1.0.3",
    "ember-cli-htmlbars-inline-precompile": "^0.3.1",
    "ember-cli-inject-live-reload": "^1.4.0",
    "ember-cli-jshint": "^2.0.1",
    "ember-cli-qunit": "^3.0.2",
    "ember-cli-release": "^0.2.9",
    "ember-cli-sass": "5.6.0",
    "ember-cli-sri": "^2.1.0",
    "ember-cli-uglify": "^1.2.0",
    "ember-data": "^2.6.0",
    "ember-disable-prototype-extensions": "^1.1.0",
    "ember-export-application-global": "^1.0.5",
    "ember-load-initializers": "^0.6.2",
    "ember-resolver": "^2.0.3",
    "loader.js": "^4.0.1"
  },
  "keywords": [
    "ember-addon",
    "bootstrap",
    "bootstrap-sass",
    "scss",
    "sass",
    "glyphicons",
    "cybertooth"
  ],
  "dependencies": {
    "ember-cli-babel": "^5.1.6"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  }
}