blob: 7bebbd6e83bea6005bbba5de68fa94901136cb13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
}
|