{
  "name": "grunt-extract-cldr-data",
  "version": "4.1.0",
  "description": "Extract CLDR data and transform it for use in JavaScript.",
  "author": "Eric Ferraiuolo <edf@ericf.me>",
  "keywords": [
    "gruntplugin",
    "cldr",
    "data",
    "i18n",
    "intl",
    "internationalization",
    "locale",
    "locales",
    "localization"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "BSD",
  "dependencies": {
    "formatjs-extract-cldr-data": "^4.1.0",
    "serialize-javascript": "^1.0.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "jshint-stylish": "^1.0.0",
    "load-grunt-tasks": "^3.1.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yahoo/grunt-extract-cldr-data.git"
  },
  "bugs": {
    "url": "https://github.com/yahoo/grunt-extract-cldr-data/issues"
  },
  "homepage": "https://github.com/yahoo/grunt-extract-cldr-data"
}
