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.
 
 

39 lines
718 B

{
"name": "human-readable-ids",
"main": "index.js",
"version": "1.0.3",
"homepage": "https://github.com/coolaj86/human-readable-ids-js",
"authors": [
"AJ ONeal <awesome@coolaj86.com>"
],
"description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives",
"moduleType": [
"globals",
"node"
],
"keywords": [
"hri",
"human",
"readable",
"ids",
"string",
"english",
"noun",
"adjective",
"nouns",
"adjectives"
],
"license": "Apache2",
"ignore": [
"**/.*",
"src/*",
"lists.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"knuth-shuffle": "~1.0.0"
}
}