{
  "name": "@pdf-lib/unicode-properties",
  "version": "0.0.1",
  "description": "Provides fast access to unicode character properties",
  "main": "lib/index.js",
  "unpkg": "dist/unicode-properties.min.js",
  "module": "es/index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha",
    "make": "node Makefile.js",
    "clean": "node Makefile.js clean"
  },
  "dependencies": {
    "base64-arraybuffer": "^0.1.5",
    "pako": "^1.0.6",
    "unicode-trie": "^0.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.2.0",
    "@babel/register": "^7.0.0",
    "codepoints": "^1.2.0",
    "mocha": "^5.2.0",
    "rollup": "^0.68.0",
    "rollup-plugin-babel": "^4.1.0",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-terser": "^3.0.0",
    "shelljs": "^0.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Hopding/unicode-properties.git"
  },
  "keywords": [
    "unicode",
    "metadata",
    "character",
    "codepoint"
  ],
  "author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
  "contributors": [
    "Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
  ],
  "bugs": {
    "url": "https://github.com/Hopding/unicode-properties/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/Hopding/unicode-properties"
}
