{
  "name": "node-simhash-mod",
  "version": "0.2.0",
  "description": "Command Line tool that compares two text files using simhash",
  "homepage": "https://gitlab.com/ludan/node-simhash-mod",
  "keywords": [
    "simhash",
    "jaccard index",
    "compare text"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:ludan/node-simhash-mod.git"
  },
  "bugs": "https://gitlab.com/ludan/node-simhash-mod/issues",
  "main": "lib/simhash.js",
  "directories": {
    "bin": "bin",
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "natural": "0.6.3",
    "node-fetch": "^2.6.0",
    "yargs": "^15.3.1",
    "log4js": "1.1.1"
  },
  "devDependencies": {
    "nodeunit": "^0.11.3"
  },
  "bin": {
    "simhash": "bin/simhash"
  },
  "scripts": {
    "test": "nodeunit"
  },
  "license": "Apache-2.0",
  "author": "Scott Horn, Ludan Stoecklé"
}
