liblocale
Version:
Make locale manipulation easy inside browser
47 lines (46 loc) • 865 B
JSON
{
"name": "liblocale",
"version": "1.0.0",
"description": "Make locale manipulation easy inside browser",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ornorm/liblocale.git"
},
"keywords": [
"Locale",
"ENGLISH",
"FRENCH",
"GERMAN",
"ITALIAN",
"JAPANESE",
"KOREAN",
"CHINESE",
"SIMPLIFIED_CHINESE",
"TRADITIONAL_CHINESE",
"FRANCE",
"GERMANY",
"ITALY",
"JAPAN",
"KOREA",
"CHINA",
"PRC",
"TAIWAN",
"UK",
"US",
"CANADA",
"CANADA_FRENCH"
],
"author": "Aime Biendo <abiendo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ornorm/liblocale/issues"
},
"homepage": "https://github.com/ornorm/liblocale#readme"
}