{
  "name": "unicode",
  "description": "unicode lookup table",
  "version": "14.0.0",
  "author": "dodo (https://github.com/dodo)",
  "contributors": [
    "Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)",
    "Thomas Danecker <thomas.danecker@eversports.com>",
    "Jacques Favreau"
  ],
  "homepage": "http://github.com/tdanecker/node-unicodetable",
  "repository": {
    "type": "git",
    "url": "git://github.com/tdanecker/node-unicodetable.git"
  },
  "engines": {
    "node": ">= 0.8.x"
  },
  "scripts": {
    "download": "curl \"https://unicode.org/Public/14.0.0/ucd/UnicodeData.txt\" > UnicodeData.txt",
    "generate": "node generate.js",
    "test": "node test.js",
    "np": "np"
  },
  "devDependencies": {
    "bufferstream": ">= 0.6.2",
    "np": "2.13.1"
  },
  "license": "MIT"
}
