{
  "name": "longestrepeatedstrings",
  "version": "1.0.40",
  "description": "Finds duplicated text strings and generates a report about the longest substrings or most frequent words in supplied text",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "longest",
    "repeated",
    "substring",
    "string",
    "strings",
    "substrings",
    "duplicate",
    "duplicated",
    "text",
    "find",
    "finder",
    "words",
    "code"
  ],
  "author": "D.A. Braksator",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braksator/LongestRepeatedStrings.git"
  },
  "dependencies": {
    "fs": "^0.0.1-security"
  }
}
