ucd-full
Version:
Encoding the Unicode Character Database as json files
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "ucd-full",
"version": "16.0.1",
"description": "Encoding the Unicode Character Database as json files",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"globalization",
"g11n",
"locale",
"Unicode"
],
"email": "ehoogerbeets@gmail.com",
"author": {
"name": "Edwin Hoogerbeets",
"web": "http://www.translationcircle.com/",
"email": "ehoogerbeets@gmail.com"
},
"contributors": [
{
"name": "Edwin Hoogerbeets",
"email": "ehoogerbeets@gmail.com"
}
],
"files": [
"README.md",
"LICENSE",
"CHANGELOG.md",
"**/*.json"
],
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/UCD.git"
},
"scripts": {
"dist": "bash build.sh",
"test": "echo Success",
"clean": "rm -rf json UCD *.tgz"
},
"devDependencies": {
"ilib-data-utils": "^1.2.0",
"mkdirp": "^3.0.1"
}
}