{
  "name": "cldr-data",
  "version": "36.0.5",
  "keywords": [
    "unicode",
    "CLDR",
    "JSON",
    "data"
  ],
  "description": "Npm module for Unicode CLDR JSON data",
  "homepage": "https://github.com/rxaviers/cldr-data-npm",
  "repository": {
    "type": "git",
    "url": "git://github.com/rxaviers/cldr-data-npm.git"
  },
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/rxaviers/cldr-data-npm/blob/master/LICENSE"
    }
  ],
  "author": {
    "name": "Rafael Xavier de Souza",
    "email": "rxaviers@gmail.com",
    "url": "http://rafael.xavier.blog.br"
  },
  "main": "index.js",
  "files": [
    "DCO.md",
    "index.js",
    "install.js",
    "urls.json"
  ],
  "scripts": {
    "install": "node install.js",
    "test": "grunt && node test/index.js"
  },
  "dependencies": {
    "cldr-data-downloader": "1.1.0",
    "glob": "10.5.0"
  },
  "devDependencies": {
    "grunt": "1.5.x",
    "grunt-contrib-jshint": "3.2.x",
    "grunt-dco": "0.0.3",
    "matchdep": "*"
  }
}
