{
  "name": "simple-cosine-similarity",
  "version": "1.0.1",
  "description": "A simple library for compute cosine-similarity between two strings.",
  "main": "src/cosineSimilarity.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lehieugch68/simple-cosine-similarity.git"
  },
  "keywords": [
    "cosine-similarity",
    "Javascript"
  ],
  "author": "Le Hieu",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lehieugch68/simple-cosine-similarity/issues"
  },
  "homepage": "https://github.com/lehieugch68/simple-cosine-similarity#readme"
}
