ember-frost-bunsen
Version:
Create UI's from JSON configurations.
113 lines • 3.71 kB
JSON
{
"name": "ember-frost-bunsen",
"version": "22.6.0",
"description": "Create UI's from JSON configurations.",
"frostGuideDirectory": "design-patterns/forms/overview",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint && npm run test-addon",
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=ember-default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test"
},
"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)",
"Gabriel Knoy (https://github.com/gknoy)",
"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": {
"bower": "^1.8.2",
"broccoli-asset-rev": "^2.4.5",
"chai-jquery": "^2.0.0",
"ember-browserify": "^1.2.0",
"ember-cli": "2.12.3",
"ember-cli-chai": "0.4.3",
"ember-cli-code-coverage": "0.3.12",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-frost-blueprints": "^5.0.2",
"ember-cli-htmlbars-inline-precompile": "0.3.12",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mirage": "0.2.4",
"ember-cli-mocha": "0.14.4",
"ember-cli-shims": "^1.0.2",
"ember-cli-showdown": "^2.11.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "~2.11.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-frost-demo-components": "^7.0.0",
"ember-frost-test": "^4.0.1",
"ember-load-initializers": "^0.6.0",
"ember-prism": "0.0.8",
"ember-resolver": "^2.0.3",
"ember-sinon": "^0.7.0",
"ember-source": "~2.12.0",
"ember-test-utils": "^8.1.1",
"ivy-codemirror": "^2.1.0",
"loader.js": "^4.2.3",
"sinon-chai": "^2.14.0"
},
"keywords": [
"ember-addon",
"frost",
"forms",
"data",
"dynamic",
"json",
"schema"
],
"dependencies": {
"ember-ajax": "^2.5.6",
"ember-bunsen-core": "^4.0.1",
"ember-cli-babel": "^5.1.7",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-moment-shim": "3.3.3",
"ember-cli-sass": "7.1.1",
"ember-cli-svgstore": "github:ciena-blueplanet/ember-cli-svgstore#977df1cf58ae43b1d98a591573c3e06947744321",
"ember-computed-decorators": "0.3.0",
"ember-concurrency": "0.7.19",
"ember-frost-core": "^8.2.6",
"ember-frost-date-picker": "^11.2.0",
"ember-frost-fields": "^9.0.0",
"ember-frost-popover": "^11.0.0",
"ember-frost-table": "^5.0.0",
"ember-frost-tabs": "^10.0.0",
"ember-get-config": "0.2.2",
"ember-hook": "1.4.2",
"ember-lodash-shim": "^3.0.1",
"ember-prop-types": "^7.0.2",
"ember-redux-shim": "^1.0.0",
"ember-redux-thunk-shim": "^1.0.0",
"ember-sortable": "1.10.0",
"ember-spread": "^5.0.0",
"ember-symbol-observable": "0.1.2",
"ember-truth-helpers": "^1.3.0",
"redux": "^3.0.0",
"redux-thunk": "^2.3.0",
"symbol-observable": "1.0.4"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}