random-rocks
Version:
generate random (and fake) rock data
16 lines (15 loc) • 427 B
JSON
{
"name": "random-rocks",
"version": "0.0.3",
"description": "generate random (and fake) rock data",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["random", "fake data", "rocks", "tasty rocks"],
"authors": "Aldo Torres <atorres6d5@gmail.com> and Rebecca Jensen <jensenrs@gmail.com>",
"license": "ISC",
"dependencies": {
"faker": "^4.1.0"
}
}