blob: 1af5928c9395f1b158cc9ac51b8ef6c0f15f28fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "randomavatars",
"version": "1.0.0",
"description": "Easily generate random avatars from a text string",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Lucifer Conrad Reeves <[email protected]> (https://thatcomputerscientist.com)",
"license": "MIT",
"dependencies": {
"walk": "^2.3.14"
}
}
|