array-row-generator
Version:
create random arrays of row data
35 lines (34 loc) • 793 B
JSON
{
"name": "array-row-generator",
"version": "0.0.8",
"description": "create random arrays of row data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"array",
"generator",
"generate",
"random",
"row",
"rows",
"data"
],
"author": "Caleb Parker <caleb@theparker.me>",
"license": "MIT",
"dependencies": {
"faker": "^4.1.0",
"moment": "^2.18.1",
"random-lorem": "^1.0.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cparker33/array-row-generator.git"
},
"bugs": {
"url": "https://github.com/cparker33/array-row-generator/issues"
},
"homepage": "https://github.com/cparker33/array-row-generator#readme"
}