{
  "name": "ember-frost-bunsen",
  "version": "14.8.0",
  "description": "Create UI's from JSON configurations.",
  "frostGuideDirectory": "design-patterns/forms/overview",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": {
    "build": "ember build",
    "coverage": "COVERAGE=true ember test",
    "lint": "npm run lint-js && npm run lint-md && npm run lint-sass",
    "lint-js": "eslint *.js addon app blueprints config test-support tests",
    "lint-md": "remark *.md",
    "lint-sass": "sass-lint -v -q",
    "start": "ember server",
    "test": "npm run lint && npm run coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ciena-frost/ember-frost-bunsen.git"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "author": "Matthew Dahl (https://github.com/sandersky)",
  "contributors": [
    "Andres Gonzalez (https://github.com/agonza40)",
    "Gosia Hyndman (https://github.com/vesper2000)",
    "Justin Lafleur (https://github.com/laflower)",
    "Niko Skrypnik (https://github.com/nskrypnik)",
    "Peter Banka (https://github.com/psbanka)",
    "Philippe Bosse (https://github.com/pbosse)",
    "Phillip Plummer (https://github.com/theotherdude",
    "Roxanne Panthaky (https://github.com/rox163)",
    "Sushant Shukla (https://github.com/sushant1245)",
    "Adam Meadows (https://github.com/job13er)"
  ],
  "license": "MIT",
  "devDependencies": {
    "broccoli-asset-rev": "^2.5.0",
    "bunsen-core": "0.22.0",
    "chai-jquery": "^2.0.0",
    "ember-ajax": "^2.5.4",
    "ember-browserify": "1.1.13",
    "ember-bunsen-core": "0.17.0",
    "ember-cli": "^2.11.0",
    "ember-cli-app-version": "^2.0.1",
    "ember-cli-chai": "^0.3.2",
    "ember-cli-code-coverage": "0.3.11",
    "ember-cli-dependency-checker": "^1.3.0",
    "ember-cli-htmlbars-inline-precompile": "0.3.6",
    "ember-cli-inject-live-reload": "^1.4.1",
    "ember-cli-mirage": "0.2.4",
    "ember-cli-mocha": "0.13.1",
    "ember-cli-moment-shim": "^3.0.1",
    "ember-cli-sass": "^6.1.1",
    "ember-cli-showdown": "^2.10.0",
    "ember-cli-test-loader": "^1.1.1",
    "ember-cli-uglify": "^1.2.0",
    "ember-computed-decorators": "0.3.0",
    "ember-concurrency": "0.7.18",
    "ember-data": "^2.11.0",
    "ember-disable-prototype-extensions": "^1.1.0",
    "ember-disable-proxy-controllers": "^1.0.1",
    "ember-elsewhere": "0.4.1",
    "ember-export-application-global": "^1.1.1",
    "ember-frost-core": "^1.7.5",
    "ember-frost-date-picker": "6.0.0",
    "ember-frost-demo-components": "^3.0.1",
    "ember-frost-fields": "^4.0.0",
    "ember-frost-popover": "^4.0.2",
    "ember-frost-tabs": "^5.0.2",
    "ember-frost-test": "1.0.1",
    "ember-getowner-polyfill": "^1.1.1",
    "ember-hook": "^1.4.1",
    "ember-load-initializers": "0.6.3",
    "ember-lodash-shim": "^1.1.0",
    "ember-moment": "^7.3.0",
    "ember-pikaday-shim": "0.1.0",
    "ember-prism": "0.0.8",
    "ember-prop-types": "^3.10.2",
    "ember-redux-shim": "^1.0.1",
    "ember-redux-thunk-shim": "^1.1.0",
    "ember-resolver": "^2.1.1",
    "ember-seamless-immutable-shim": "^1.1.0",
    "ember-simple-uuid": "0.1.4",
    "ember-sinon": "0.6.0",
    "ember-sortable": "^1.9.1",
    "ember-spread": "^1.1.2",
    "ember-symbol-observable": "0.1.2",
    "ember-test-utils": "^1.6.1",
    "ember-truth-helpers": "^1.3.0",
    "ember-validator-shim": "^2.1.0",
    "ember-z-schema": "^2.1.0",
    "eslint": "^3.13.1",
    "eslint-config-frost-standard": "^5.3.2",
    "ivy-codemirror": "^2.0.3",
    "loader.js": "^4.1.0",
    "lodash-es": "4.17.4",
    "pikaday": "^1.5.1",
    "redux": "3.6.0",
    "redux-thunk": "2.2.0",
    "remark-cli": "^2.1.0",
    "remark-lint": "^5.4.0",
    "sass-lint": "^1.10.2",
    "seamless-immutable": "6.3.0",
    "sinon-chai": "^2.8.0",
    "validator": "6.2.1",
    "z-schema": "3.18.2"
  },
  "keywords": [
    "ember-addon",
    "frost",
    "forms",
    "data",
    "dynamic",
    "json",
    "schema"
  ],
  "dependencies": {
    "ember-cli-babel": "^5.1.8",
    "ember-cli-htmlbars": "^1.0.3"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  },
  "ember-frost-icon-pack": {
    "name": "frost-bunsen"
  }
}