piceaTech/ember-rapid-forms

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ember-rapid-forms",
  "version": "1.2.5",
  "description": "Intuitive, Smart and Beautiful Forms for Ember.js",
  "keywords": [
    "ember-addon"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/piceaTech/ember-rapid-forms.git"
  },
  "license": "Apache-2.0",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "authors": [
    "Indexia Technologies, ltd.",
    "Spruce, <dev@spruce.de>",
    "GCorbel, <guirec.corbel@gmail.com>"
  ],
  "scripts": {
    "lint:hbs": "ember-template-lint .",
    "lint:js": "eslint .",
    "start": "ember serve",
    "test": "ember test",
    "build": "ember build",
    "test:all": "ember try:each",
    "update-page": "ember build --environment=production && echo \"now build checking out gh-pages branch\" && git checkout gh-pages && echo \"copying it into root folder and adding\"  && cp -R dist/* . && git add . && echo \"now commiting\" && git commit -m \"Update GH-Page\" && git checkout master",
    "release": "standard-version"
  },
  "dependencies": {
    "ember-cli-babel": "^6.16.0",
    "ember-cli-htmlbars": "^3.0.0",
    "ember-font-awesome": "~3.1.0"
  },
  "devDependencies": {
    "@ember/optional-features": "^0.6.3",
    "bootstrap": "^3.4.1",
    "broccoli-asset-rev": "^2.7.0",
    "ember-ajax": "^3.1.0",
    "ember-bootstrap": "^2.8.0",
    "ember-cli": "~3.4.3",
    "ember-cli-dependency-checker": "^3.0.0",
    "ember-cli-eslint": "^4.2.3",
    "ember-cli-htmlbars-inline-precompile": "^1.0.4",
    "ember-cli-inject-live-reload": "^1.8.2",
    "ember-cli-qunit": "^4.3.2",
    "ember-cli-shims": "^1.1.0",
    "ember-cli-sri": "^2.1.1",
    "ember-cli-template-lint": "^1.0.0-beta.1",
    "ember-cli-uglify": "^2.1.0",
    "ember-cli-update": "^0.37.2",
    "ember-composable-helpers": "^2.1.0",
    "ember-cp-validations": "~3.5.1",
    "ember-data": "^3.4.2",
    "ember-disable-prototype-extensions": "^1.1.3",
    "ember-export-application-global": "^2.0.0",
    "ember-load-initializers": "^1.1.0",
    "ember-maybe-import-regenerator": "^0.1.6",
    "ember-prism": "^0.3.0",
    "ember-resolver": "^5.0.1",
    "ember-source": "^3.4.5",
    "ember-source-channel-url": "^1.1.0",
    "ember-truth-helpers": "^2.1.0",
    "ember-try": "^1.0.0",
    "eslint-plugin-ember": "^5.2.0",
    "eslint-plugin-node": "^7.0.1",
    "loader.js": "^4.7.0",
    "qunit-dom": "^0.7.1",
    "standard-version": "^8.0.1"
  },
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  }
}