You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

36 lines
890 B

{
"name": "human-readable-ids",
"version": "1.0.3",
"description": "Generate human-readable ids from lists of easy-to-spell nouns 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://git.daplie.com/Daplie/human-readable-ids-js.git"
},
"keywords": [
"hri",
"human",
"readable",
"ids",
"string",
"english",
"noun",
"adjective",
"nouns",
"adjectives"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "Apache2",
"bugs": {
"url": "https://git.daplie.com/Daplie/human-readable-ids-js/issues"
},
"homepage": "https://git.daplie.com/Daplie/human-readable-ids-js#readme"
}