twitter_cldr
Version:
JavaScript implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more. Based on twitter-cldr-rb
33 lines (32 loc) • 1.01 kB
JSON
{
"name": "twitter_cldr",
"description": "JavaScript implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more. Based on twitter-cldr-rb",
"homepage": "https://github.com/twitter/twitter-cldr-npm/",
"keywords": [
"unicode",
"localization",
"cldr",
"ICU"
],
"contributors": [
{"name": "Cameron Dutro", "url": "http://twitter.com/camertron", "email": "camertron@gmail.com"},
{"name": "Kirill Lashuk", "url": "http://twitter.com/kl7"}
],
"author": "Cameron Dutro <camertron@gmail.com> (http://twitter.com/camertron)",
"repository": {
"type": "git",
"url": "git://github.com/twitter/twitter-cldr-npm.git"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"main": "twitter_cldr.js",
"version": "2.3.0",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}