{
  "name": "@ember-intl/formatjs-extract-cldr-data",
  "version": "6.1.0",
  "description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover -- _mocha test/unit/ --reporter spec"
  },
  "author": "Eric Ferraiuolo <edf@ericf.me>",
  "license": "BSD-3-Clause",
  "dependencies": {
    "cldr-core": "^34.0.0",
    "cldr-dates-full": "^34.0.0",
    "cldr-numbers-full": "^34.0.0",
    "glob": "^5.0.1",
    "make-plural": "^2.1.3",
    "uglify-js": "^2.6.2"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ember-intl/formatjs-extract-cldr-data.git"
  },
  "keywords": [
    "i18n",
    "cldr",
    "formatjs"
  ],
  "bugs": {
    "url": "https://github.com/ember-intl/formatjs-extract-cldr-data/issues"
  },
  "homepage": "https://github.com/ember-intl/formatjs-extract-cldr-data"
}
