{
  "name": "babel-plugin-ember-modules-api-polyfill",
  "version": "2.3.2",
  "description": "Polyfill for Ember JS API.",
  "main": "src/index.js",
  "scripts": {
    "changelog": "lerna-changelog",
    "test": "qunit tests/**/*-test.js",
    "start": "qunit --watch tests/**/*-test.js"
  },
  "keywords": [
    "babel-plugin"
  ],
  "author": "Robert Jackson <me@rwjblue.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "lerna-changelog": "^0.6.0",
    "qunit-eslint": "^1.0.0",
    "qunitjs": "^2.3.3"
  },
  "dependencies": {
    "ember-rfc176-data": "^0.3.0"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/issues"
  },
  "homepage": "https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill#readme",
  "changelog": {
    "repo": "ember-cli/babel-plugin-ember-modules-api-polyfill",
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    }
  }
}
