{
  "name": "find-same-parts",
  "version": "1.0.3",
  "description": "List the same parts from two given strings",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chenjihu/findSameParts.git"
  },
  "keywords": [
    "String",
    "Similar",
    "Compare",
    "Same",
    "Intersection"
  ],
  "author": "Neil Chen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chenjihu/findSameParts/issues"
  },
  "homepage": "https://github.com/chenjihu/findSameParts#readme",
  "dependencies": {},
  "devDependencies": {
    "mocha": "^5.2.0",
    "nyc": "^12.0.2"
  }
}
