{
  "name": "ember-prop-types",
  "version": "9.0.2",
  "description": "This addon provides React-like property management for components.",
  "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 --- npm install && COVERAGE=true ember test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ciena-blueplanet/ember-prop-types.git"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "author": "Matthew Dahl (https://github.com/sandersky)",
  "contributors": [
    "Stephane Desrosiers (https://github.com/sdesros)",
    "Michael Carroll (https://github.com/juwara0)",
    "Phil Nachum (https://github.com/pnachum)",
    "Steven Glanzer (https://github.com/sglanzer)",
    "Eric White (https://github.com/EWhite613)",
    "Ian Storz (https://github.com/ianstarz)",
    "Justin Bowes (https://github.com/justinbowes)",
    "Adam Meadows (https://github.com/job13er)",
    "Seena Rowhani (https://github.com/srowhani)"
  ],
  "license": "MIT",
  "devDependencies": {
    "bower": "^1.8.4",
    "broccoli-asset-rev": "^2.7.0",
    "chai-jquery": "^2.0.0",
    "ember-cli": "~3.3.0",
    "ember-cli-chai": "~0.5.0",
    "ember-cli-code-coverage": "0.4.2",
    "ember-cli-dependency-checker": "^2.0.0",
    "ember-cli-google-fonts": "^2.16.2",
    "ember-cli-htmlbars": "^2.0.1",
    "ember-cli-htmlbars-inline-precompile": "^1.0.0",
    "ember-cli-inject-live-reload": "^1.4.1",
    "ember-cli-mocha": "^0.15.0",
    "ember-cli-shims": "^1.2.0",
    "ember-cli-uglify": "^2.0.0",
    "ember-disable-prototype-extensions": "^1.1.2",
    "ember-export-application-global": "^2.0.0",
    "ember-hook": "1.4.2",
    "ember-load-initializers": "^1.1.0",
    "ember-prism": "0.3.0",
    "ember-resolver": "^4.0.0",
    "ember-sinon": "^0.7.0",
    "ember-source": "~3.3.0",
    "ember-spread": "^6.0.0",
    "ember-test-utils": "^10.0.1",
    "ember-try": "^1.1.0",
    "loader.js": "^4.2.3",
    "sinon-chai": "^2.14.0"
  },
  "keywords": [
    "ember-addon"
  ],
  "dependencies": {
    "ember-cli-babel": "^6.6.0",
    "ember-get-config": "^0.2.4"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  }
}