UNPKG

random-syllable

Version:

Return a semi-speakable syllable, 2 or 3 letters.

53 lines (52 loc) 1.27 kB
{ "name": "random-syllable", "version": "1.0.1", "description": "Return a semi-speakable syllable, 2 or 3 letters.", "main": "index.js", "scripts": { "lint": "jshint index.js", "pretest": "npm run lint", "test": "mocha -R spec", "test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec", "test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info", "prepublish": "npm test" }, "keywords": [ "syllable", "lorem", "random", "randomly", "randomize", "chance", "test", "dice", "mock" ], "license": "MIT", "author": { "name": "bubkoo", "email": "bubkoo.wy@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/mock-end/random-syllable.git" }, "bugs": { "url": "https://github.com/mock-end/random-syllable/issues" }, "homepage": "https://github.com/mock-end/random-syllable#readme", "devDependencies": { "jshint": "^2.9.1", "chai": "^3.5.0", "coveralls": "^2.11.9", "istanbul": "^0.4.2", "mocha": "^2.4.5" }, "dependencies": { "clamp": "^1.0.1", "is-object": "^1.0.1", "random-char": "^1.0.4", "random-natural": "^1.0.3", "to-integer": "^1.0.1" } }