FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
49 lines
1019 B
JSON
49 lines
1019 B
JSON
{
|
|
"name": "cldr-data",
|
|
"version": "36.0.1",
|
|
"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"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"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.0.0-1",
|
|
"glob": "5.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-contrib-jshint": "0.10.x",
|
|
"grunt-dco": "0.0.3",
|
|
"matchdep": "*"
|
|
}
|
|
}
|