{
  "_args": [
    [
      {
        "raw": "ember-export-application-global@^2.0.0",
        "scope": null,
        "escapedName": "ember-export-application-global",
        "name": "ember-export-application-global",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline"
    ]
  ],
  "_from": "ember-export-application-global@>=2.0.0 <3.0.0",
  "_id": "ember-export-application-global@2.0.0",
  "_inCache": true,
  "_location": "/ember-export-application-global",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/ember-export-application-global-2.0.0.tgz_1490369122373_0.560461999848485"
  },
  "_npmUser": {
    "name": "rwjblue",
    "email": "me@rwjblue.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ember-export-application-global@^2.0.0",
    "scope": null,
    "escapedName": "ember-export-application-global",
    "name": "ember-export-application-global",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-2.0.0.tgz",
  "_shasum": "8d6d7619ac8a1a3f8c43003549eb21ebed685bd2",
  "_shrinkwrap": null,
  "_spec": "ember-export-application-global@^2.0.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline",
  "author": {
    "name": "Robert Jackson",
    "email": "me@rwjblue.com"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/ember-export-application-global/issues"
  },
  "dependencies": {
    "ember-cli-babel": "^6.0.0-beta.7"
  },
  "description": "Sets `window.MyAppName` up as the application instance upon boot.",
  "devDependencies": {
    "ember-cli": "2.8.0",
    "ember-cli-app-version": "^1.0.0",
    "ember-cli-dependency-checker": "^1.2.0",
    "ember-cli-htmlbars": "^1.0.3",
    "ember-cli-htmlbars-inline-precompile": "^0.4.0-beta.2",
    "ember-cli-inject-live-reload": "^1.4.0",
    "ember-cli-qunit": "^2.1.0",
    "ember-cli-release": "^0.2.9",
    "ember-cli-test-loader": "^1.1.0",
    "ember-disable-prototype-extensions": "^1.1.0",
    "ember-load-initializers": "^0.5.1",
    "ember-resolver": "^2.0.3",
    "loader.js": "^4.0.11"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "dist": {
    "shasum": "8d6d7619ac8a1a3f8c43003549eb21ebed685bd2",
    "tarball": "https://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-2.0.0.tgz"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  },
  "engines": {
    "node": ">= 4"
  },
  "gitHead": "2e335cf894413c1dff1ff5cf4de3ad59f015f58a",
  "homepage": "https://github.com/ember-cli/ember-export-application-global",
  "keywords": [
    "ember-addon"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "rwjblue",
      "email": "me@rwjblue.com"
    },
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "ember-export-application-global",
  "optionalDependencies": {},
  "readme": "# ember-export-application-global\n\n[![Build Status](https://travis-ci.org/ember-cli/ember-export-application-global.svg?branch=master)](https://travis-ci.org/ember-cli/ember-export-application-global)\n[![devDependency Status](https://david-dm.org/ember-cli/ember-export-application-global/dev-status.svg)](https://david-dm.org/ember-cli/ember-export-application-global#info=devDependencies)\n[![npm version](https://badge.fury.io/js/ember-export-application-global.svg)](http://badge.fury.io/js/ember-export-application-global)\n\nSets `window.MyAppName` up as the application instance upon boot.\n\nBy default this is only done when not running in production mode, but you can fully\ncontrol when it is executed by including `exportApplicationGlobal` in your `config/environment.js`\nwith `true` if you want the global exported, or `false` if you do not.\n\n## Example Configuration\n\n```javascript\n// config/environment.js\n\nmodule.exports = function(environment) {\n  var ENV = {\n    // other configuration\n    exportApplicationGlobal: ['staging', 'production'].indexOf(environment) === -1\n  }\n};\n```\n\n## Installation\n\n```sh\nember install ember-export-application-global\n# or for ember-cli < 0.1.5\nnpm install --save-dev ember-export-application-global\n```\n\n## Available Configuration\n\n* `exportApplicationGlobal` - Specify if you want the global to be exported.\n  A `true` will export global as the application name, but a string will export\n  is as that string.\n\n## Contributing\n\nThis README outlines the details of collaborating on this Ember addon.\n\n### Installation\n\n* `git clone <repository-url>` this repository\n* `cd ember-export-application-global`\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n## Running Tests\n\n* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).\n\n## License\n\nMIT\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/ember-export-application-global.git"
  },
  "scripts": {
    "build": "ember build",
    "start": "ember server",
    "test": "ember try:each"
  },
  "version": "2.0.0"
}
