nipsum
Version:
Nipsum allows you to generate words, sentences and paragraphs of dummy text in the command line.
33 lines (32 loc) • 730 B
JSON
{
"name": "nipsum",
"version": "1.0.0",
"description": "Nipsum allows you to generate words, sentences and paragraphs of dummy text in the command line.",
"main": "nipsum.js",
"dependencies": {
"cli": "^0.8.0"
},
"bin": {
"nipsum": "nipsum.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btcrooks/nipsum.git"
},
"keywords": [
"dummy",
"text",
"lorum",
"ipaum"
],
"author": "Brandon Crooks",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/btcrooks/nipsum/issues"
},
"homepage": "https://github.com/btcrooks/nipsum#readme"
}