vertex-names
Version:
Random (realistic-language-ish) word generator.
36 lines (35 loc) • 752 B
JSON
{
"name": "vertex-names",
"version": "1.1.4",
"engines": {
"node": ">=6"
},
"description": "Random (realistic-language-ish) word generator.",
"main": "index.js",
"scripts": {
"test": "mocha test",
"cover": "istanbul cover _mocha -- test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomilous/vertex-names.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nomilous/vertex-names/issues"
},
"homepage": "https://github.com/nomilous/vertex-names#readme",
"devDependencies": {
"coveralls": "^2.11.14",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
},
"keywords": [
"word",
"generater",
"random",
"language",
"natural"
]
}