big-human-readable-ids
Version:
Generate (fairly) human-readable ids from lists of nouns, verbs, adverbs and adjectives
37 lines (36 loc) • 884 B
JSON
{
"name": "big-human-readable-ids",
"version": "2.0.1",
"description": "Generate (fairly) human-readable ids from lists of nouns, verbs, adverbs and adjectives",
"main": "index.js",
"dependencies": {
"knuth-shuffle": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node tests/run-in-node.js",
"prepublish": "node src/generate-lists"
},
"repository": {
"type": "git",
"url": "https://github.com/EmpowerCode/human-readable-ids.js.git"
},
"keywords": [
"hri",
"human",
"readable",
"ids",
"string",
"english",
"noun",
"adjective",
"nouns",
"adjectives"
],
"author": "Gjermund Bjaanes <bjaanes@gmail.com>",
"license": "Apache2",
"bugs": {
"url": "https://github.com/EmpowerCode/human-readable-ids.js/issues"
},
"homepage": "https://github.com/EmpowerCode/human-readable-ids.js"
}