randomword
Version:
Random pronounceable Englishy word of desired length.
23 lines • 429 B
JSON
{
"name": "randomword",
"version": "0.1.3",
"description": "Random pronounceable Englishy word of desired length.",
"main": "RandomWord.js",
"scripts": {
"test": "node --harmony --strong_mode test.js"
},
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"random",
"word",
"text",
"pronounceable"
],
"author": {
"name": "Michael McGlothlin",
"email": "michael@kavlon.com"
},
"license": "ISC"
}