simple-human-ids
Version:
Generate human-readable ids from lists of easy-to-spell words
24 lines (23 loc) • 501 B
JSON
{
"name": "simple-human-ids",
"version": "2.0.4",
"description": "Generate human-readable ids from lists of easy-to-spell words",
"main": "src/index.js",
"scripts": {
"test": "node tests/test.js"
},
"keywords": [
"hri",
"human",
"readable",
"ids",
"string",
"english"
],
"author": "Michael Liu",
"license": "MIT",
"dependencies": {
"shuffle-array": "^1.0.1"
},
"devDependencies": {}
}