{
  "name": "unique-words",
  "description": "Returns an array of unique words, or the number of occurrences of each word in a string or list.",
  "version": "2.0.1",
  "homepage": "https://github.com/jonschlinkert/unique-words",
  "author": "Jon Schlinkert (http://github.com/jonschlinkert)",
  "repository": "jonschlinkert/unique-words",
  "bugs": {
    "url": "https://github.com/jonschlinkert/unique-words/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^5.2.0"
  },
  "keywords": [
    "keyword",
    "uniq",
    "unique",
    "util",
    "utility",
    "word",
    "words"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
