verbal-id
Version:
JS library to generate unique identifiers consisting of words that are pronounceable, distinguishable and inclusive.
38 lines (37 loc) • 807 B
JSON
{
"name": "verbal-id",
"version": "0.0.4",
"description": "JS library to generate unique identifiers consisting of words that are pronounceable, distinguishable and inclusive.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bandrews/verbal-id.git"
},
"keywords": [
"uuid",
"unique",
"id",
"words",
"verbal",
"pronouncable",
"homophone",
"parity",
"guid"
],
"author": "Ben Andrews",
"license": "MIT",
"bugs": {
"url": "https://github.com/bandrews/verbal-id/issues"
},
"homepage": "https://github.com/bandrews/verbal-id#readme",
"dependencies": {
"lzutf8": "^0.5.5"
},
"devDependencies": {
"mocha": "^8.1.3",
"semistandard": "^14.2.0"
}
}