{
  "name": "babel-plugin-ember-modules-api-polyfill",
  "version": "1.6.0",
  "description": "Polyfill for Ember JS API.",
  "main": "src/index.js",
  "scripts": {
    "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",
    "qunit-eslint": "^1.0.0",
    "qunitjs": "^2.3.3"
  },
  "dependencies": {
    "ember-rfc176-data": "^0.2.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"
}
