{
  "name": "ember-cli-cjs-transform",
  "version": "2.0.0",
  "description": "Add a CJS tranform for use with ember-cli's `app.import` API.",
  "keywords": [
    "ember-addon"
  ],
  "license": "MIT",
  "author": "Robert Jackson <me@rwjblue.com>",
  "main": "src/index.js",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "repository": "git@github.com:rwjblue/ember-cli-cjs-transform.git",
  "scripts": {
    "test": "qunit tests/**/*.js"
  },
  "dependencies": {
    "broccoli-debug": "^0.6.4",
    "broccoli-plugin": "^1.3.0",
    "ember-cli-babel": "^7.1.2",
    "fs-extra": "^7.0.1",
    "hash-for-dep": "^1.2.3",
    "pkg-dir": "^3.0.0",
    "resolve": "^1.7.1",
    "rollup": "^1.1.2",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "sync-disk-cache": "^1.3.3",
    "username": "^4.0.0"
  },
  "devDependencies": {
    "broccoli-test-helper": "^2.0.0",
    "co": "^4.6.0",
    "eslint-config-prettier": "4.0.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-prettier": "2.7.0",
    "prettier": "^1.8.2",
    "qunit": "^2.4.1",
    "qunit-eslint": "^2.0.0",
    "rollup-pluginutils": "^2.3.0"
  },
  "engines": {
    "node": "^4.5 || 6.* || >= 7.*"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  }
}
