{
    "name": "ucd-full",
    "version": "17.0.0",
    "description": "Encoding the Unicode Character Database as json files",
    "license": "Apache-2.0",
    "main": "./index.js",
    "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",
        "index.js",
        "**/*.json"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/iLib-js/UCD.git"
    },
    "scripts": {
        "build": "npm run dist",
        "dist": "bash build.sh",
        "test": "echo Success",
        "clean": "rm -rf json UCD *.tgz"
    },
    "devDependencies": {
        "ilib-data-utils": "^1.2.0",
        "mkdirp": "^3.0.1"
    }
}
