Exelord/ember-initials

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ember-initials",
  "author": "Exelord",
  "version": "4.0.1",
  "license": "MIT",
  "homepage": "https://github.com/Exelord/ember-initials#readme",
  "description": "Simple Initials Avatars for Ember applications",
  "keywords": [
    "ember-addon",
    "ember-initials",
    "initials",
    "avatars"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Exelord/ember-initials.git"
  },
  "bugs": {
    "url": "https://github.com/Exelord/ember-initials/issues"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": {
    "build": "ember build --environment=production",
    "lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
    "lint:hbs": "ember-template-lint .",
    "lint:js": "eslint .",
    "start": "ember serve",
    "test": "npm-run-all lint:* test:*",
    "test:ember": "ember test",
    "test:ember-compatibility": "ember try:each",
    "release": "release-it"
  },
  "release-it": {
    "github": {
      "release": true,
      "releaseName": "v${version}"
    },
    "git": {
      "tagName": "v${version}",
      "pushArgs": "--follow-tags --no-verify"
    },
    "hooks": {
      "before:init": "npm run lint",
      "after:release": "ember deploy production"
    }
  },
  "dependencies": {
    "blueimp-md5": "^2.16.0",
    "ember-cli-babel": "^7.20.0",
    "ember-cli-htmlbars": "^5.1.2",
    "ember-auto-import": "^1.5.3",
    "@glimmer/tracking": "^1.0.0",
    "mini-svg-data-uri": "^1.2.3"
  },
  "devDependencies": {
    "@ember/optional-features": "1.3.0",
    "@glimmer/component": "1.0.0",
    "babel-eslint": "10.1.0",
    "bootstrap-sass": "3.4.1",
    "broccoli-asset-rev": "3.0.0",
    "ember-bootstrap": "3.1.3",
    "ember-cli": "~3.18.0",
    "ember-cli-code-coverage": "0.4.2",
    "ember-cli-dependency-checker": "3.2.0",
    "ember-cli-deploy": "1.0.2",
    "ember-cli-deploy-build": "2.0.0",
    "ember-cli-deploy-git": "1.3.4",
    "ember-cli-fastboot": "2.2.2",
    "ember-cli-favicon": "2.2.0",
    "ember-cli-github-pages": "0.2.2",
    "ember-cli-inject-live-reload": "2.0.2",
    "ember-cli-sass": "10.0.1",
    "ember-cli-sri": "2.1.1",
    "ember-cli-uglify": "3.0.0",
    "ember-disable-prototype-extensions": "1.1.3",
    "ember-export-application-global": "2.0.1",
    "ember-font-awesome": "3.1.1",
    "ember-load-initializers": "2.1.1",
    "ember-maybe-import-regenerator": "0.1.6",
    "ember-qunit": "4.6.0",
    "ember-resolver": "8.0.0",
    "ember-source": "~3.18.1",
    "ember-source-channel-url": "2.0.1",
    "ember-template-lint": "2.8.0",
    "ember-try": "1.4.0",
    "eslint": "^7.1.0",
    "eslint-junit": "^1.0.1",
    "eslint-plugin-zero-config": "^2.1.2",
    "loader.js": "4.7.0",
    "npm-run-all": "^4.1.5",
    "qunit-dom": "1.2.0",
    "release-it": "13.6.1",
    "sass": "1.26.5"
  },
  "fastbootDependencies": [
    "blueimp-md5",
    "mini-svg-data-uri"
  ],
  "engines": {
    "node": "10.* || >= 12"
  },
  "ember": {
    "edition": "octane"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config",
    "demoURL": "https://github.com/Exelord/ember-initials/"
  }
}