{
  "name": "buzzphrase",
  "version": "3.2.1",
  "description": "Get a Buzzword Phrase. Because sometimes you need enhanced didactic mobility, liberating syndicated transitional projections",
  "main": "index.js",
  "bin": {
    "buzzphrase": "bin.js"
  },
  "scripts": {
    "publish": "git push && git push --tags && npm publish",
    "test": "./node_modules/mocha/bin/mocha -t 5000",
    "nodeversions": "node ./node_modules/autochecker/cli.js 14 22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomantic/buzzphrase.git"
  },
  "keywords": [
    "argot",
    "balderdash",
    "buzzwords",
    "buzz",
    "buzzphrase",
    "cant",
    "corporate",
    "doublespeak",
    "english",
    "fuzzword",
    "gibberish",
    "jargon",
    "language",
    "lingo",
    "mediaspeak",
    "neologisms",
    "newspeak",
    "parlance",
    "phrases",
    "phraseology",
    "policyspeak",
    "prattle",
    "slang",
    "speech",
    "synergy",
    "twaddle",
    "vernacular",
    "words",
    "wordsmithing"
  ],
  "author": "Adam Eivy (@antic)",
  "engines": {
    "node": ">=14.0.0"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/atomantic/buzzphrase/issues"
  },
  "homepage": "https://github.com/atomantic/buzzphrase#readme",
  "devDependencies": {
    "autochecker": "^0.9.2",
    "chai": "^4.3.4",
    "mocha": "^9.0.1"
  }
}
